{
  "resourceType": "StructureDefinition",
  "id": "AMA-IHMI-observation-blood-pressure-1",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2019-02-07T20:57:47.445+00:00"
  },
  "url": "http://www.ama-ihmi.org/fhir/StructureDefinition/AMA-IHMI-observation-blood-pressure-1",
  "name": "AMA-IHMI-observation-blood-pressure-1",
  "status": "draft",
  "publisher": "American Medical Association",
  "description": "This profile supports the use case of individuals who are self-measuring blood pressure at home via an automatic blood pressure monitor. The profile constrains paired systolic and diastolic blood pressure measurement observations. The profile allows some elements (bodySite, device, bodyPosition, and exertionalStatus) to be optional in the event that an application cannot accommodate data at this level of granularity. However, if an application is able to request/accept this data, the allowed values are constrained to brachial artery or radial artery (with or without laterality), in sitting position, at rest, and using an automatic blood pressure monitor (with or without cuff size specified). \r\nThis profile allows the Observation Resource to be extended to include body position and exertional status as Observation components (i.e., Observation.component bodyPosition and Observation.component exertionalStatus).",
  "copyright": "Copyright 2016-2019 American Medical Association. All rights reserved.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "0"
      },
      {
        "id": "Observation.status",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
            "valueString": "default: final"
          }
        ],
        "path": "Observation.status",
        "fixedCode": "final"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            },
            {
              "type": "value",
              "path": "coding.code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category:vitalSigns",
        "path": "Observation.category",
        "sliceName": "vitalSigns",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category:vitalSigns.coding",
        "path": "Observation.category.coding",
        "min": 1
      },
      {
        "id": "Observation.category:vitalSigns.coding.system",
        "path": "Observation.category.coding.system",
        "min": 1,
        "fixedUri": "http://hl7.org/fhir/observation-category"
      },
      {
        "id": "Observation.category:vitalSigns.coding.code",
        "path": "Observation.category.coding.code",
        "min": 1,
        "fixedCode": "vital-signs"
      },
      {
        "id": "Observation.category:vitalSigns.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.category.coding.display",
        "min": 1,
        "fixedString": "Vital Signs"
      },
      {
        "id": "Observation.category:vitalSigns.coding.userSelected",
        "path": "Observation.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.category:vitalSigns.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.category.text",
        "max": "0"
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            },
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "2"
      },
      {
        "id": "Observation.code.coding:LN_BP",
        "path": "Observation.code.coding",
        "sliceName": "LN_BP",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding:LN_BP.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:LN_BP.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.code.coding:LN_BP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "min": 1,
        "fixedString": "Blood pressure panel with all children optional"
      },
      {
        "id": "Observation.code.coding:LN_BP.userSelected",
        "path": "Observation.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.code.coding:IHMI_BP",
        "path": "Observation.code.coding",
        "sliceName": "IHMI_BP",
        "max": "1"
      },
      {
        "id": "Observation.code.coding:IHMI_BP.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.code.coding:IHMI_BP.version",
        "path": "Observation.code.coding.version",
        "fixedString": "http://snomed.info/sct/3881000207102"
      },
      {
        "id": "Observation.code.coding:IHMI_BP.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "4011000207100"
      },
      {
        "id": "Observation.code.coding:IHMI_BP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "min": 1,
        "fixedString": "Measurement of blood pressure (procedure)"
      },
      {
        "id": "Observation.code.coding:IHMI_BP.userSelected",
        "path": "Observation.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.text",
        "max": "0"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Who this is about",
        "definition": "The patient whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed.  Comments: Indirect characteristics may be those of a specimen, fetus, donor,  other observer (for example a relative or EMT), or any observation made about the subject.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ]
      },
      {
        "id": "Observation.context",
        "path": "Observation.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ]
      },
      {
        "id": "Observation.effective[x]:effectiveDateTime",
        "path": "Observation.effectiveDateTime",
        "sliceName": "effectiveDateTime",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "Who/what is responsible for the observation",
        "definition": "Who or what was responsible for asserting the observed value as \"true\"."
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "max": "0"
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.comment",
        "path": "Observation.comment",
        "max": "0"
      },
      {
        "id": "Observation.bodySite.coding",
        "path": "Observation.bodySite.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.bodySite.coding.system",
        "path": "Observation.bodySite.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.bodySite.coding.code",
        "path": "Observation.bodySite.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://www.ama-ihmi.org/fhir/ValueSet/AMA-IHMI-valueSet-body-structure-2-instance"
          }
        }
      },
      {
        "id": "Observation.bodySite.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.bodySite.coding.display",
        "min": 1
      },
      {
        "id": "Observation.bodySite.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.bodySite.text",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://www.ama-ihmi.org/fhir/StructureDefinition/AMA-IHMI-device-blood-pressure-2"
          }
        ]
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.related",
        "path": "Observation.related",
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Observation.component:SBP",
        "path": "Observation.component",
        "sliceName": "SBP",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:SBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            },
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "2"
      },
      {
        "id": "Observation.component:SBP.code.coding:LN_SBP",
        "path": "Observation.component.code.coding",
        "sliceName": "LN_SBP",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:SBP.code.coding:LN_SBP.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:SBP.code.coding:LN_SBP.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:SBP.code.coding:LN_SBP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Systolic blood pressure"
      },
      {
        "id": "Observation.component:SBP.code.coding:LN_SBP.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP",
        "path": "Observation.component.code.coding",
        "sliceName": "IHMI_SBP",
        "max": "1"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP.version",
        "path": "Observation.component.code.coding.version",
        "fixedString": "http://snomed.info/sct/3881000207102"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "4351000207102"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Measurement of systolic blood pressure (procedure)"
      },
      {
        "id": "Observation.component:SBP.code.coding:IHMI_SBP.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "min": 1
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity.comparator",
        "path": "Observation.component.valueQuantity.comparator",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueQuantity.unit",
        "min": 1
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:SBP.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "min": 1,
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:SBP.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:SBP.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP",
        "path": "Observation.component",
        "sliceName": "DBP",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:DBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            },
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "2"
      },
      {
        "id": "Observation.component:DBP.code.coding:LN_DBP",
        "path": "Observation.component.code.coding",
        "sliceName": "LN_DBP",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:DBP.code.coding:LN_DBP.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:DBP.code.coding:LN_DBP.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:DBP.code.coding:LN_DBP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Diastolic blood pressure"
      },
      {
        "id": "Observation.component:DBP.code.coding:LN_DBP.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP",
        "path": "Observation.component.code.coding",
        "sliceName": "IHMI_DBP",
        "max": "1"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP.version",
        "path": "Observation.component.code.coding.version",
        "fixedString": "http://snomed.info/sct/3881000207102"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "4131000207105"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Measurement of diastolic blood pressure (procedure)"
      },
      {
        "id": "Observation.component:DBP.code.coding:IHMI_DBP.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "min": 1
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity.comparator",
        "path": "Observation.component.valueQuantity.comparator",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueQuantity.unit",
        "min": 1
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:DBP.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "min": 1,
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:DBP.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:DBP.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition",
        "path": "Observation.component",
        "sliceName": "bodyPosition",
        "short": "The body position during the observation.",
        "definition": "The position of the body when the observation was done, e.g. standing, sitting. To be used only when the body position is not precoordinated in the observation code.",
        "max": "1"
      },
      {
        "id": "Observation.component:bodyPosition.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:bodyPosition.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:bodyPosition.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "397155001"
      },
      {
        "id": "Observation.component:bodyPosition.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Body position (observable entity)"
      },
      {
        "id": "Observation.component:bodyPosition.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept",
        "path": "Observation.component.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.coding",
        "path": "Observation.component.valueCodeableConcept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.coding.system",
        "path": "Observation.component.valueCodeableConcept.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.coding.code",
        "path": "Observation.component.valueCodeableConcept.coding.code",
        "min": 1,
        "fixedCode": "33586001"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueCodeableConcept.coding.display",
        "min": 1,
        "fixedString": "Sitting position (finding)"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.coding.userSelected",
        "path": "Observation.component.valueCodeableConcept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.value[x]:valueCodeableConcept.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueCodeableConcept.text",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:bodyPosition.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus",
        "path": "Observation.component",
        "sliceName": "exertionalStatus",
        "short": "The state of exertion preceding or during the observation.",
        "definition": "The state of exertion (e.g., resting state) preceding and/or during the observation. To be used only when the exertional state is not precoordinated in the observation code.",
        "max": "1"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding.version",
        "path": "Observation.component.code.coding.version",
        "fixedString": "http://snomed.info/sct/3881000207102"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "5261000207107"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "min": 1,
        "fixedString": "Exertional status (observable entity)"
      },
      {
        "id": "Observation.component:exertionalStatus.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept",
        "path": "Observation.component.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.coding",
        "path": "Observation.component.valueCodeableConcept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.coding.system",
        "path": "Observation.component.valueCodeableConcept.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.coding.code",
        "path": "Observation.component.valueCodeableConcept.coding.code",
        "min": 1,
        "fixedCode": "128975004"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueCodeableConcept.coding.display",
        "min": 1,
        "fixedString": "Resting state (finding)"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.coding.userSelected",
        "path": "Observation.component.valueCodeableConcept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.value[x]:valueCodeableConcept.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueCodeableConcept.text",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:exertionalStatus.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      }
    ]
  }
}