diff --git a/resources/fsh-generated/resources/Observation-Example-observation-gcs.json b/resources/fsh-generated/resources/Observation-Example-observation-gcs.json index 19d13dbb..41514947 100644 --- a/resources/fsh-generated/resources/Observation-Example-observation-gcs.json +++ b/resources/fsh-generated/resources/Observation-Example-observation-gcs.json @@ -3,17 +3,16 @@ "id": "Example-observation-gcs", "meta": { "profile": [ - "http://hl7.org/fhir/StructureDefinition/vitalsigns", - "http://fhir.de/StructureDefinition/observation-de-vitalsign-gcs" + "http://fhir.de/StructureDefinition/observation-de-score-gcs" ] }, "category": [ { "coding": [ { - "code": "vital-signs", + "code": "survey", "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "display": "Vital Signs" + "display": "Survey" } ] } @@ -28,8 +27,8 @@ ] }, "valueQuantity": { - "system": "http://unitsofmeasure.org", "code": "1", + "system": "http://unitsofmeasure.org", "value": 11, "unit": "Punktwert" }, @@ -44,11 +43,14 @@ } ] }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "1", - "value": 4, - "unit": "Punktwert" + "valueCodeableConcept": { + "coding": [ + { + "code": "LA6560-2", + "system": "http://loinc.org", + "display": "Confused" + } + ] } }, { @@ -61,11 +63,14 @@ } ] }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "1", - "value": 4, - "unit": "Punktwert" + "valueCodeableConcept": { + "coding": [ + { + "code": "LA6566-9", + "system": "http://loinc.org", + "display": "Localizing pain" + } + ] } }, { @@ -78,11 +83,14 @@ } ] }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "1", - "value": 3, - "unit": "Punktwert" + "valueCodeableConcept": { + "coding": [ + { + "code": "LA6555-2", + "system": "http://loinc.org", + "display": "Eye opening to verbal command" + } + ] } } ], diff --git a/resources/fsh-generated/resources/StructureDefinition-observation-de-vitalsign-gcs.json b/resources/fsh-generated/resources/StructureDefinition-observation-de-score-gcs.json similarity index 61% rename from resources/fsh-generated/resources/StructureDefinition-observation-de-vitalsign-gcs.json rename to resources/fsh-generated/resources/StructureDefinition-observation-de-score-gcs.json index 15199009..32ba524d 100644 --- a/resources/fsh-generated/resources/StructureDefinition-observation-de-vitalsign-gcs.json +++ b/resources/fsh-generated/resources/StructureDefinition-observation-de-score-gcs.json @@ -1,9 +1,10 @@ { "resourceType": "StructureDefinition", - "id": "observation-de-vitalsign-gcs", - "url": "http://fhir.de/StructureDefinition/observation-de-vitalsign-gcs", + "id": "observation-de-score-gcs", + "url": "http://fhir.de/StructureDefinition/observation-de-score-gcs", "version": "1.5.0", - "name": "VitalSignDE_GCS", + "name": "ScoreDE_GCS", + "title": "Observation-Profil Glasgow Coma Score", "status": "active", "experimental": false, "date": "2023-11-30", @@ -18,6 +19,7 @@ ] } ], + "description": "Observation-Profil für Glasgow Coma Score", "fhirVersion": "4.0.1", "mapping": [ { @@ -54,10 +56,39 @@ "kind": "resource", "abstract": false, "type": "Observation", - "baseDefinition": "http://fhir.de/StructureDefinition/observation-de-vitalsign", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation", "derivation": "constraint", "differential": { "element": [ + { + "id": "Observation.category", + "path": "Observation.category", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "min": 1 + }, + { + "id": "Observation.category:survey", + "path": "Observation.category", + "sliceName": "survey", + "min": 1, + "max": "1", + "patternCodeableConcept": { + "coding": [ + { + "code": "survey", + "system": "http://terminology.hl7.org/CodeSystem/observation-category" + } + ] + } + }, { "id": "Observation.code", "path": "Observation.code", @@ -70,10 +101,26 @@ ] } }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "min": 1 + }, { "id": "Observation.code.coding:loinc", "path": "Observation.code.coding", "sliceName": "loinc", + "min": 1, + "max": "*", "patternCoding": { "system": "http://loinc.org" } @@ -89,19 +136,31 @@ "min": 1 }, { - "id": "Observation.value[x]", - "path": "Observation.value[x]", + "id": "Observation.subject", + "path": "Observation.subject", "min": 1, "type": [ { - "code": "Quantity" + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] } ] }, { - "id": "Observation.value[x]:valueQuantity", + "id": "Observation.effective[x]", + "path": "Observation.effective[x]", + "min": 1, + "type": [ + { + "code": "dateTime" + } + ] + }, + { + "id": "Observation.value[x]", "path": "Observation.value[x]", - "sliceName": "valueQuantity", "min": 1, "type": [ { @@ -138,6 +197,16 @@ }, { "id": "Observation.component:Eye", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], "path": "Observation.component", "sliceName": "Eye", "min": 0, @@ -161,26 +230,26 @@ "min": 1, "type": [ { - "code": "Quantity" - } - ] - }, - { - "id": "Observation.component:Eye.value[x]:valueQuantity", - "path": "Observation.component.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" + "code": "CodeableConcept" } ], - "patternQuantity": { - "code": "1", - "system": "http://unitsofmeasure.org" + "binding": { + "strength": "required", + "valueSet": "http://fhir.de/ValueSet/glasgow-coma-score-eye" } }, { "id": "Observation.component:Motor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], "path": "Observation.component", "sliceName": "Motor", "min": 0, @@ -204,26 +273,26 @@ "min": 1, "type": [ { - "code": "Quantity" - } - ] - }, - { - "id": "Observation.component:Motor.value[x]:valueQuantity", - "path": "Observation.component.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" + "code": "CodeableConcept" } ], - "patternQuantity": { - "code": "1", - "system": "http://unitsofmeasure.org" + "binding": { + "strength": "required", + "valueSet": "http://fhir.de/ValueSet/glasgow-coma-score-motor" } }, { "id": "Observation.component:Verbal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], "path": "Observation.component", "sliceName": "Verbal", "min": 0, @@ -247,22 +316,12 @@ "min": 1, "type": [ { - "code": "Quantity" - } - ] - }, - { - "id": "Observation.component:Verbal.value[x]:valueQuantity", - "path": "Observation.component.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" + "code": "CodeableConcept" } ], - "patternQuantity": { - "code": "1", - "system": "http://unitsofmeasure.org" + "binding": { + "strength": "required", + "valueSet": "http://fhir.de/ValueSet/glasgow-coma-score-verbal" } } ] diff --git a/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-eye.json b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-eye.json new file mode 100644 index 00000000..d5b71e10 --- /dev/null +++ b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-eye.json @@ -0,0 +1,59 @@ +{ + "resourceType": "ValueSet", + "id": "glasgow-coma-score-eye", + "url": "http://fhir.de/ValueSet/glasgow-coma-score-eye", + "version": "1.5.0", + "status": "draft", + "name": "VS_Score_GlasgowComaScore_Eye", + "title": "VS Score Glasgow Coma Score Eye", + "description": "Dieses ValueSet enthält Codes für die Augenöffnung Komponente des Glasgow Coma Scores.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "LA6553-7", + "display": "No eye opening", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 1 + } + ] + }, + { + "code": "LA6554-5", + "display": "Eye opening to pain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 2 + } + ] + }, + { + "code": "LA6555-2", + "display": "Eye opening to verbal command", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 3 + } + ] + }, + { + "code": "LA6556-0", + "display": "Eye opening spontaneously", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 4 + } + ] + } + ] + } + ] + } +} diff --git a/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-motor.json b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-motor.json new file mode 100644 index 00000000..39df1618 --- /dev/null +++ b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-motor.json @@ -0,0 +1,79 @@ +{ + "resourceType": "ValueSet", + "id": "glasgow-coma-score-motor", + "url": "http://fhir.de/ValueSet/glasgow-coma-score-motor", + "version": "1.5.0", + "status": "draft", + "name": "VS_Score_GlasgowComaScore_Motor", + "title": "VS Score Glasgow Coma Score Motor", + "description": "Dieses ValueSet enthält Codes für die Motorische Reaktion Komponente des Glasgow Coma Scores.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "LA6562-8", + "display": "No motor response", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 1 + } + ] + }, + { + "code": "LA6563-6", + "display": "Extension to pain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 2 + } + ] + }, + { + "code": "LA6564-4", + "display": "Flexion to pain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 3 + } + ] + }, + { + "code": "LA6565-1", + "display": "Withdrawal from pain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 4 + } + ] + }, + { + "code": "LA6566-9", + "display": "Localizing pain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 5 + } + ] + }, + { + "code": "LA6567-7", + "display": "Obeys commands", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 6 + } + ] + } + ] + } + ] + } +} diff --git a/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-verbal.json b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-verbal.json new file mode 100644 index 00000000..2d731bfa --- /dev/null +++ b/resources/fsh-generated/resources/ValueSet-glasgow-coma-score-verbal.json @@ -0,0 +1,69 @@ +{ + "resourceType": "ValueSet", + "id": "glasgow-coma-score-verbal", + "url": "http://fhir.de/ValueSet/glasgow-coma-score-verbal", + "version": "1.5.0", + "status": "draft", + "name": "VS_Score_GlasgowComaScore_Verbal", + "title": "VS Score Glasgow Coma Score Verbal", + "description": "Dieses ValueSet enthält Codes für die Verbale Kommunikation Komponente des Glasgow Coma Scores.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "LA6557-8", + "display": "No verbal response (>2 yrs); no vocal response (<=2 yrs)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 1 + } + ] + }, + { + "code": "LA6558-6", + "display": "Incomprehensible sounds", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 2 + } + ] + }, + { + "code": "LA6559-4", + "display": "Inappropriate words", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 3 + } + ] + }, + { + "code": "LA6560-2", + "display": "Confused", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 4 + } + ] + }, + { + "code": "LA6561-0", + "display": "Oriented", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 5 + } + ] + } + ] + } + ] + } +} diff --git a/resources/input/fsh/aliases.fsh b/resources/input/fsh/aliases.fsh index 6e46225a..ae08e71a 100644 --- a/resources/input/fsh/aliases.fsh +++ b/resources/input/fsh/aliases.fsh @@ -47,4 +47,5 @@ Alias: $KBV_VS_SFHIR_ITA_WOP = https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ITA_WOP Alias: $KBV_VS_SFHIR_ICD_DIAGNOSESICHERHEIT = https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ICD_DIAGNOSESICHERHEIT Alias: $KBV_VS_SFHIR_KBV_NORMGROESSE = https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_KBV_NORMGROESSE Alias: $KBV_VS_SFHIR_ICD_SEITENLOKALISATION = https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ICD_SEITENLOKALISATION -Alias: $diagnosis-role = http://terminology.hl7.org/CodeSystem/diagnosis-role \ No newline at end of file +Alias: $diagnosis-role = http://terminology.hl7.org/CodeSystem/diagnosis-role +Alias: $structuredefinition-standards-status = http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status \ No newline at end of file diff --git a/resources/input/fsh/profiles/VitalSignDE_GCS.fsh b/resources/input/fsh/profiles/VitalSignDE_GCS.fsh index b89fa701..42f6e6be 100644 --- a/resources/input/fsh/profiles/VitalSignDE_GCS.fsh +++ b/resources/input/fsh/profiles/VitalSignDE_GCS.fsh @@ -1,11 +1,28 @@ -Profile: VitalSignDE_GCS -Parent: VitalSignDE -Id: observation-de-vitalsign-gcs +Profile: ScoreDE_GCS +Parent: Observation +Id: observation-de-score-gcs +Title: "Observation-Profil Glasgow Coma Score" +Description: "Observation-Profil für Glasgow Coma Score" * insert Meta +* category ^slicing.discriminator.type = #pattern +* category ^slicing.discriminator.path = "$this" +* category ^slicing.rules = #open +* category contains survey 1..1 +* category[survey] = $observation-category#survey * code = $loinc#9269-2 + * coding + * ^slicing.discriminator.type = #pattern + * ^slicing.discriminator.path = "$this" + * ^slicing.rules = #open +// * coding contains loinc 1..* and snomed 0..* + * coding contains loinc 1..* * coding[loinc] ^patternCoding.system = $loinc * system 1.. * code 1.. +* subject 1.. +* subject only Reference(Patient) +* effective[x] 1.. +* effective[x] only dateTime * value[x] 1.. * value[x] only Quantity * valueQuantity 1.. @@ -19,32 +36,36 @@ Id: observation-de-vitalsign-gcs Eye 0..1 and Motor 0..1 and Verbal 0..1 +* component[Eye] ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" +* component[Eye] ^extension[=].valueCode = #trial-use * component[Eye].code = $loinc#9267-6 * component[Eye].value[x] 1.. -* component[Eye].value[x] only Quantity -* component[Eye].valueQuantity = $unitsofmeasure#1 +* component[Eye].value[x] only CodeableConcept +* component[Eye].valueCodeableConcept from glasgow-coma-score-eye (required) +* component[Motor] ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" +* component[Motor] ^extension[=].valueCode = #trial-use * component[Motor].code = $loinc#9268-4 * component[Motor].value[x] 1.. -* component[Motor].value[x] only Quantity -* component[Motor].valueQuantity = $unitsofmeasure#1 +* component[Motor].value[x] only CodeableConcept +* component[Motor].valueCodeableConcept from glasgow-coma-score-motor (required) +* component[Verbal] ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" +* component[Verbal] ^extension[=].valueCode = #trial-use * component[Verbal].code = $loinc#9270-0 * component[Verbal].value[x] 1.. -* component[Verbal].value[x] only Quantity -* component[Verbal].valueQuantity = $unitsofmeasure#1 +* component[Verbal].value[x] only CodeableConcept +* component[Verbal].valueCodeableConcept from glasgow-coma-score-verbal (required) Instance: Example-observation-gcs -InstanceOf: VitalSignDE_GCS +InstanceOf: ScoreDE_GCS Usage: #example -* meta.profile[+] = "http://hl7.org/fhir/StructureDefinition/vitalsigns" -* meta.profile[+] = "http://fhir.de/StructureDefinition/observation-de-vitalsign-gcs" -* category[VSCat] = $observation-category#vital-signs "Vital Signs" +* category[survey] = $observation-category#survey "Survey" * code = $loinc#9269-2 "Glasgow coma score total" * component[Verbal].code = $loinc#9270-0 "Glasgow coma score verbal" -* component[Verbal].valueQuantity = 4 '1' "Punktwert" +* component[Verbal].valueCodeableConcept = $loinc#LA6560-2 "Confused" * component[Motor].code = $loinc#9268-4 "Glasgow coma score motor" -* component[Motor].valueQuantity = 4 '1' "Punktwert" +* component[Motor].valueCodeableConcept = $loinc#LA6566-9 "Localizing pain" * component[Eye].code = $loinc#9267-6 "Glasgow coma score eye opening" -* component[Eye].valueQuantity = 3 '1' "Punktwert" +* component[Eye].valueCodeableConcept = $loinc#LA6555-2 "Eye opening to verbal command" * valueQuantity = 11 '1' "Punktwert" * status = #final * subject = Reference(Patient/example) diff --git a/resources/input/fsh/valuesets/ScoreDE_GCS.fsh b/resources/input/fsh/valuesets/ScoreDE_GCS.fsh new file mode 100644 index 00000000..fb0c504a --- /dev/null +++ b/resources/input/fsh/valuesets/ScoreDE_GCS.fsh @@ -0,0 +1,89 @@ +Instance: glasgow-coma-score-eye +InstanceOf: ValueSet +Usage: #definition +* version = "1.5.0" +* status = #draft +* name = "VS_Score_GlasgowComaScore_Eye" +* title = "VS Score Glasgow Coma Score Eye" +* description = "Dieses ValueSet enthält Codes für die Augenöffnung Komponente des Glasgow Coma Scores." +* compose.include.system = "http://loinc.org" +* compose.include.concept[0].code = #LA6553-7 +* compose.include.concept[=].display = "No eye opening" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 1 +* compose.include.concept[+].code = #LA6554-5 +* compose.include.concept[=].display = "Eye opening to pain" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 2 +* compose.include.concept[+].code = #LA6555-2 +* compose.include.concept[=].display = "Eye opening to verbal command" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 3 +* compose.include.concept[+].code = #LA6556-0 +* compose.include.concept[=].display = "Eye opening spontaneously" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 4 + +Instance: glasgow-coma-score-verbal +InstanceOf: ValueSet +Usage: #definition +* version = "1.5.0" +* status = #draft +* name = "VS_Score_GlasgowComaScore_Verbal" +* title = "VS Score Glasgow Coma Score Verbal" +* description = "Dieses ValueSet enthält Codes für die Verbale Kommunikation Komponente des Glasgow Coma Scores." +* compose.include.system = "http://loinc.org" +* compose.include.concept[0].code = #LA6557-8 +* compose.include.concept[=].display = "No verbal response (>2 yrs); no vocal response (<=2 yrs)" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 1 +* compose.include.concept[+].code = #LA6558-6 +* compose.include.concept[=].display = "Incomprehensible sounds" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 2 +* compose.include.concept[+].code = #LA6559-4 +* compose.include.concept[=].display = "Inappropriate words" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 3 +* compose.include.concept[+].code = #LA6560-2 +* compose.include.concept[=].display = "Confused" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 4 +* compose.include.concept[+].code = #LA6561-0 +* compose.include.concept[=].display = "Oriented" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 5 + +Instance: glasgow-coma-score-motor +InstanceOf: ValueSet +Usage: #definition +* version = "1.5.0" +* status = #draft +* name = "VS_Score_GlasgowComaScore_Motor" +* title = "VS Score Glasgow Coma Score Motor" +* description = "Dieses ValueSet enthält Codes für die Motorische Reaktion Komponente des Glasgow Coma Scores." +* compose.include.system = "http://loinc.org" +* compose.include.concept[0].code = #LA6562-8 +* compose.include.concept[=].display = "No motor response" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 1 +* compose.include.concept[+].code = #LA6563-6 +* compose.include.concept[=].display = "Extension to pain" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 2 +* compose.include.concept[+].code = #LA6564-4 +* compose.include.concept[=].display = "Flexion to pain" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 3 +* compose.include.concept[+].code = #LA6565-1 +* compose.include.concept[=].display = "Withdrawal from pain" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 4 +* compose.include.concept[+].code = #LA6566-9 +* compose.include.concept[=].display = "Localizing pain" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 5 +* compose.include.concept[+].code = #LA6567-7 +* compose.include.concept[=].display = "Obeys commands" +* compose.include.concept[=].extension.url = "http://hl7.org/fhir/StructureDefinition/ordinalValue" +* compose.include.concept[=].extension.valueDecimal = 6 \ No newline at end of file