{
  "resourceType": "StructureDefinition",
  "id": "BloodPressureObservation",
  "url": "http://hl7.org/fhir/us/bser/StructureDefinition/BloodPressureObservation",
  "name": "BSeR Blood Pressure Observation",
  "status": "draft",
  "publisher": "Hi3 Solutions",
  "contact": [
    {
      "name": "AbdulMalik Shakir",
      "telecom": [
        {
          "system": "phone",
          "value": "6266444491",
          "use": "work"
        },
        {
          "system": "email",
          "value": "abdulmalik.shakir@hi3solutions.com",
          "use": "work"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation"
      },
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4383-866).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Observation.meta",
        "path": "Observation.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4383-865).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Observation.meta.profile",
        "path": "Observation.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/bser/StructureDefinition/BloodPressureObservation\" (CONF:4383-867).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/bser/StructureDefinition/BloodPressureObservation"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "status",
        "definition": "SHALL contain exactly one [1..1] status=\"\"Final\"\" (CONF:4383-275).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedString": "\"Final\""
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "category",
        "definition": "SHALL contain exactly one [1..1] category=\"\"vital-signs\"\" (CONF:4383-276).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"vital-signs\""
            }
          ]
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "code",
        "definition": "SHALL contain exactly one [1..1] code=\"\"85354-9\"\" (CONF:4383-277).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"85354-9\""
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "subject",
        "definition": "SHALL contain exactly one [1..1] =\"BSeR Patient\"BSeR Patient (identifier: http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole) (CONF:4383-637).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole"
          }
        ],
        "patternString": "BSeR Patient"
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "effective[x]",
        "definition": "SHALL contain exactly one [1..1] effective[x], where effective[x] is (CONF:4383-270)",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.effective[x]:effectiveDateTime",
        "path": "Observation.effectiveDateTime",
        "sliceName": "effectiveDateTime",
        "short": "effectiveDateTime",
        "definition": "effectiveDateTime (CONF:4383-278)"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "definition": "SHOULD contain zero or one [0..1] component (CONF:4383-563) such that it"
      },
      {
        "id": "Observation.component:component1",
        "path": "Observation.component",
        "sliceName": "component1",
        "short": "component",
        "definition": "SHALL contain exactly one [1..1] component (CONF:4383-559) such that it",
        "comment": "Systolic",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:component1.code",
        "path": "Observation.component.code",
        "sliceName": "component1",
        "short": "code",
        "definition": "SHALL contain exactly one [1..1] code=\"\"8480-6\"\" (CONF:4383-561).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"8480-6\""
            }
          ]
        }
      },
      {
        "id": "Observation.component:component1.value[x]",
        "path": "Observation.component.value[x]",
        "sliceName": "component1",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "value[x]",
        "definition": "SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4383-560)",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:component1.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "short": "valueQuantity",
        "definition": "SHALL contain exactly one [1..1] valueQuantity (CONF:4383-562)."
      },
      {
        "id": "Observation.component:component1.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "sliceName": "valueQuantity",
        "short": "value",
        "definition": "SHALL contain exactly one [1..1] value (CONF:4383-568).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:component1.value[x]:valueQuantity.unit",
        "path": "Observation.component.valueQuantity.unit",
        "sliceName": "valueQuantity",
        "short": "unit",
        "definition": "SHALL contain exactly one [1..1] unit=\"\"mm[Hg]\"\" (CONF:4383-569).",
        "min": 1,
        "max": "1",
        "patternString": "\"mm[Hg]\""
      },
      {
        "id": "Observation.component:component1.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "sliceName": "component1",
        "short": "dataAbsentReason",
        "definition": "MAY contain zero or one [0..1] dataAbsentReason, which SHALL be selected from ValueSet Observation-valueabsentreason http://hl7.org/fhir/ValueSet/observation-valueabsentreason DYNAMIC (CONF:4383-571).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/observation-valueabsentreason",
            "display": "Observation-valueabsentreason"
          }
        }
      },
      {
        "id": "Observation.component:component2",
        "path": "Observation.component",
        "sliceName": "component2",
        "short": "component",
        "definition": "SHOULD contain zero or one [0..1] component (CONF:4383-563) such that it",
        "comment": "Diastolic",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Observation.component:component2.code",
        "path": "Observation.component.code",
        "sliceName": "component2",
        "short": "code",
        "definition": "SHALL contain exactly one [1..1] code=\"\"8462-4\"\"   (CONF:4383-566).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"8462-4\""
            }
          ]
        }
      },
      {
        "id": "Observation.component:component2.value[x]",
        "path": "Observation.component.value[x]",
        "sliceName": "component2",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "value[x]",
        "definition": "SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4383-564)",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:component2.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "short": "valueQuantity",
        "definition": "SHALL contain exactly one [1..1] valueQuantity (CONF:4383-565)."
      },
      {
        "id": "Observation.component:component2.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "sliceName": "valueQuantity",
        "short": "value",
        "definition": "SHALL contain exactly one [1..1] value (CONF:4383-570).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:component2.value[x]:valueQuantity.unit",
        "path": "Observation.component.valueQuantity.unit",
        "sliceName": "valueQuantity",
        "short": "unit",
        "definition": "SHALL contain exactly one [1..1] unit=\"\"mm[Hg]\"\" (CONF:4383-567).",
        "min": 1,
        "max": "1",
        "fixedString": "\"mm[Hg]\""
      },
      {
        "id": "Observation.component:component2.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "sliceName": "component2",
        "short": "dataAbsentReason",
        "definition": "MAY contain zero or one [0..1] dataAbsentReason, which SHALL be selected from ValueSet Observation-valueabsentreason http://hl7.org/fhir/ValueSet/observation-valueabsentreason DYNAMIC (CONF:4383-572).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/observation-valueabsentreason",
            "display": "Observation-valueabsentreason"
          }
        }
      }
    ]
  }
}