{
  "resourceType": "StructureDefinition",
  "id": "1fa8a5ad-7e18-4bce-92ce-41f7a5fb6ad2",
  "meta": {
    "lastUpdated": "2019-02-18T12:20:11.5382173+00:00"
  },
  "url": "http://medico-emr.net/stu3/sd/Observation-BaseVitals-",
  "name": "Observation-BaseVitals-1",
  "status": "active",
  "date": "2019-02-18T12:20:11.3399907+00:00",
  "description": "This medico profiles contains information for\r\n- Blood pressure\r\n- heart rate\r\n- temperature",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "id"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.id:bloodPressure",
        "path": "Observation.id",
        "sliceName": "bloodPressure"
      },
      {
        "id": "Observation.id:bloodPressure.id",
        "path": "Observation.id.id",
        "definition": "BaseVitals.BP-####"
      },
      {
        "id": "Observation.id:heartRate",
        "path": "Observation.id",
        "sliceName": "heartRate"
      },
      {
        "id": "Observation.id:heartRate.id",
        "path": "Observation.id.id",
        "definition": "BaseVitals.HR-####"
      },
      {
        "id": "Observation.id:temperature",
        "path": "Observation.id",
        "sliceName": "temperature"
      },
      {
        "id": "Observation.id:temperature.id",
        "path": "Observation.id.id",
        "definition": "BaseVitals.T-####"
      },
      {
        "id": "Observation.id:comment",
        "path": "Observation.id",
        "sliceName": "comment"
      },
      {
        "id": "Observation.id:comment.id",
        "path": "Observation.id.id",
        "definition": "BaseVitals.CMT-#####"
      },
      {
        "id": "Observation.meta",
        "path": "Observation.meta",
        "min": 1
      },
      {
        "id": "Observation.meta.id",
        "path": "Observation.meta.id",
        "max": "0"
      },
      {
        "id": "Observation.meta.versionId",
        "path": "Observation.meta.versionId",
        "max": "0"
      },
      {
        "id": "Observation.meta.lastUpdated",
        "path": "Observation.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "Observation.meta.profile",
        "path": "Observation.meta.profile",
        "min": 1,
        "max": "1",
        "fixedUri": "http://medico-emr.net/stu3/sd/Observation-BaseVitals-1"
      },
      {
        "id": "Observation.meta.security",
        "path": "Observation.meta.security",
        "max": "0"
      },
      {
        "id": "Observation.meta.tag",
        "path": "Observation.meta.tag",
        "max": "0"
      },
      {
        "id": "Observation.implicitRules",
        "path": "Observation.implicitRules",
        "max": "0"
      },
      {
        "id": "Observation.language",
        "path": "Observation.language",
        "max": "0"
      },
      {
        "id": "Observation.text",
        "path": "Observation.text",
        "max": "0"
      },
      {
        "id": "Observation.contained",
        "path": "Observation.contained",
        "max": "0"
      },
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.coding.code"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.identifier:medicoResourceId",
        "path": "Observation.identifier",
        "sliceName": "medicoResourceId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://medico-emr.net/stu3/sd/Identifier-medicoResourceId-1"
          }
        ]
      },
      {
        "id": "Observation.identifier:medicoResourceId.system",
        "path": "Observation.identifier.system",
        "definition": "http://medico-emr.net/%KUNDE%/sid1/\r\nDepending on Code one of the following Identifiers:\r\nBaseVitals.BP  - Bloodpressure\r\nBaseVitals.HR - Heartrate\r\nBaseVitals.T - Temperature\r\nBaseVitals.CMT - Comment"
      },
      {
        "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",
        "short": "final | cancelled",
        "definition": "The status of the observation:   final | cancelled"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "definition": "Uses HL7's observation-category code system to describe that this is about vital signs",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category.id",
        "path": "Observation.category.id",
        "max": "0"
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category.coding.id",
        "path": "Observation.category.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.category.coding.system",
        "path": "Observation.category.coding.system",
        "fixedUri": "http://hl7.org/fhir/observation-category"
      },
      {
        "id": "Observation.category.coding.version",
        "path": "Observation.category.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "fixedCode": "vital-signs"
      },
      {
        "id": "Observation.category.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.category.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.category.coding.userSelected",
        "path": "Observation.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.category.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.category.text",
        "max": "0"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.code:temperature",
        "path": "Observation.code",
        "sliceName": "temperature"
      },
      {
        "id": "Observation.code:temperature.id",
        "path": "Observation.code.id",
        "max": "0"
      },
      {
        "id": "Observation.code:temperature.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:temperature.coding.id",
        "path": "Observation.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.code:temperature.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code:temperature.coding.version",
        "path": "Observation.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.code:temperature.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "8310-5"
      },
      {
        "id": "Observation.code:temperature.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.code:temperature.coding.userSelected",
        "path": "Observation.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.code:temperature.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.text",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate",
        "path": "Observation.code",
        "sliceName": "heartRate"
      },
      {
        "id": "Observation.code:heartRate.id",
        "path": "Observation.code.id",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:heartRate.coding.id",
        "path": "Observation.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://medico-emr.net/cs1"
      },
      {
        "id": "Observation.code:heartRate.coding.version",
        "path": "Observation.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "HeartRate"
      },
      {
        "id": "Observation.code:heartRate.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate.coding.userSelected",
        "path": "Observation.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.code:heartRate.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.text",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure",
        "path": "Observation.code",
        "sliceName": "bloodPressure"
      },
      {
        "id": "Observation.code:bloodPressure.id",
        "path": "Observation.code.id",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:bloodPressure.coding.id",
        "path": "Observation.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code:bloodPressure.coding.version",
        "path": "Observation.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.code:bloodPressure.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure.coding.userSelected",
        "path": "Observation.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.code:bloodPressure.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.text",
        "max": "0"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://medico-emr.net/stu3/sd/Reference-SubjectPatient-1",
            "targetProfile": "http://medico-emr.net/stu3/sd/Patient-Patient-1"
          }
        ]
      },
      {
        "id": "Observation.context",
        "path": "Observation.context",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://medico-emr.net/stu3/sd/Reference-ContextEncounter-1",
            "targetProfile": "http://medico-emr.net/stu3/sd/Encounter-Case-1"
          }
        ]
      },
      {
        "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",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://medico-emr.net/stu3/sd/Practitioner-User-1"
          }
        ]
      },
      {
        "id": "Observation.performer.id",
        "path": "Observation.performer.id",
        "max": "0"
      },
      {
        "id": "Observation.performer.reference",
        "path": "Observation.performer.reference",
        "min": 1
      },
      {
        "id": "Observation.performer.identifier",
        "path": "Observation.performer.identifier",
        "max": "0"
      },
      {
        "id": "Observation.performer.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.performer.display",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.value[x]:temperature",
        "path": "Observation.value[x]",
        "sliceName": "temperature",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.value[x]:temperature.id",
        "path": "Observation.value[x].id",
        "max": "0"
      },
      {
        "id": "Observation.value[x]:temperature.value",
        "path": "Observation.value[x].value",
        "min": 1
      },
      {
        "id": "Observation.value[x]:temperature.comparator",
        "path": "Observation.value[x].comparator",
        "max": "0"
      },
      {
        "id": "Observation.value[x]:temperature.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.value[x].unit",
        "min": 1,
        "fixedString": "°C"
      },
      {
        "id": "Observation.value[x]:temperature.system",
        "path": "Observation.value[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.value[x]:temperature.code",
        "path": "Observation.value[x].code",
        "min": 1,
        "fixedCode": "Cel"
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.comment",
        "path": "Observation.comment",
        "definition": "overall comment for basevitals, only applicable if id is BaseVitals.CMT"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.bodySite:HeartRate",
        "path": "Observation.bodySite",
        "sliceName": "HeartRate",
        "definition": "Customer-defined definiton of bodysite for heart rate localization",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://medico-emr.net/stu3/sd/CodeableConcept-CustomerDefined-1"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "BodySite"
            }
          ],
          "strength": "example",
          "valueSetReference": {
            "reference": "http://server/fhir3/vs/vlHeartRateLocalization-1"
          }
        }
      },
      {
        "id": "Observation.bodySite:bloodPressure",
        "path": "Observation.bodySite",
        "sliceName": "bloodPressure",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://medico-emr.net/stu3/sd/CodeableConcept-CustomerDefined-1"
          }
        ]
      },
      {
        "id": "Observation.bodySite:Temperature",
        "path": "Observation.bodySite",
        "sliceName": "Temperature",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://medico-emr.net/stu3/sd/CodeableConcept-CustomerDefined-1"
          }
        ]
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "max": "0"
      },
      {
        "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.coding.code"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:bloodPressureSystolic",
        "path": "Observation.component",
        "sliceName": "bloodPressureSystolic",
        "max": "1"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.id",
        "path": "Observation.component.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code",
        "path": "Observation.component.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8480-6"
            }
          ]
        }
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.id",
        "path": "Observation.component.code.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.id",
        "path": "Observation.component.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.version",
        "path": "Observation.component.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity.id",
        "path": "Observation.component.valueQuantity.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity.comparator",
        "path": "Observation.component.valueQuantity.comparator",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueQuantity.unit",
        "fixedString": "mmHg"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "fixedCode": "mmHg"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureSystolic.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic",
        "path": "Observation.component",
        "sliceName": "bloodPressureDiastolic",
        "max": "1"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.id",
        "path": "Observation.component.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code",
        "path": "Observation.component.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8462-4"
            }
          ]
        }
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.id",
        "path": "Observation.component.code.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.id",
        "path": "Observation.component.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.version",
        "path": "Observation.component.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.id",
        "path": "Observation.component.valueQuantity.id",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "min": 1
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.comparator",
        "path": "Observation.component.valueQuantity.comparator",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueQuantity.unit",
        "min": 1,
        "fixedString": "mmHg"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "min": 1,
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:bloodPressureDiastolic.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue",
        "path": "Observation.component",
        "sliceName": "heartRateValue",
        "max": "1"
      },
      {
        "id": "Observation.component:heartRateValue.id",
        "path": "Observation.component.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code",
        "path": "Observation.component.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8867-4"
            }
          ]
        }
      },
      {
        "id": "Observation.component:heartRateValue.code.id",
        "path": "Observation.component.code.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.id",
        "path": "Observation.component.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.version",
        "path": "Observation.component.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8867-4"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.id",
        "path": "Observation.component.valueQuantity.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "min": 1
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.comparator",
        "path": "Observation.component.valueQuantity.comparator",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueQuantity.unit",
        "min": 1,
        "fixedString": "/min"
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:heartRateValue.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "min": 1,
        "fixedCode": "/min"
      },
      {
        "id": "Observation.component:heartRateValue.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateValue.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia",
        "path": "Observation.component",
        "sliceName": "heartRateArrhythmia",
        "max": "1"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.id",
        "path": "Observation.component.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code",
        "path": "Observation.component.code",
        "code": [
          {
            "system": "http://medico-emr.net/cs1",
            "code": "HeartRateArrhythm"
          }
        ]
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.id",
        "path": "Observation.component.code.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.id",
        "path": "Observation.component.code.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://medico-emr.net/cs1"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.version",
        "path": "Observation.component.code.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "HeartRateArrhythm"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.coding.userSelected",
        "path": "Observation.component.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.code.text",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept",
        "path": "Observation.component.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.id",
        "path": "Observation.component.valueCodeableConcept.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding",
        "path": "Observation.component.valueCodeableConcept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.id",
        "path": "Observation.component.valueCodeableConcept.coding.id",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.system",
        "path": "Observation.component.valueCodeableConcept.coding.system",
        "min": 1,
        "fixedUri": "http://medico-emr.net/cs1"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.version",
        "path": "Observation.component.valueCodeableConcept.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.code",
        "path": "Observation.component.valueCodeableConcept.coding.code",
        "min": 1,
        "fixedCode": "ArrhythmiaWithPalpatoryHeartRate"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.component.valueCodeableConcept.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.value[x]:valueCodeableConcept.coding.userSelected",
        "path": "Observation.component.valueCodeableConcept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.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:heartRateArrhythmia.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:heartRateArrhythmia.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      }
    ]
  }
}