{
  "resourceType": "StructureDefinition",
  "id": "bp",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary",
      "valueMarkdown": "####Complete Summary of the Mandatory Requirements\r\r1.  One code in `Observation.code` which must have\r    -   a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r    -   a fixed  `Observation.code.coding.code`= **85354-9'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r2.  One  `Observation.component.code`  which must have\r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8480-6'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r3.   One  `Observation.component.code`  which must have\r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8462-4'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r4.  fixed`Observation.component.valueQuantity.code` = **'mm[Hg]'**"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/bp",
  "name": "Vital Signs Profile",
  "title": "VitalSigns",
  "status": "draft",
  "experimental": false,
  "date": "2016-03-25",
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations"
        }
      ]
    }
  ],
  "description": "FHIR Blood Pressure Profile",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.info/sct",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "FHIR Blood Pressure Profile",
        "definition": "This profile defines  how to represent Blood Pressure observations in FHIR using a standard LOINC code and UCUM units of measure.  This is a grouping structure. It has no value in Observation.valueQuantity but contains at least one component (systolic and/or diastolic).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Blood Pressure",
        "definition": "Blood Pressure.",
        "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system.",
        "alias": [
          "Test",
          "Name"
        ]
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:bpcode",
        "path": "Observation.code.coding",
        "sliceName": "BPCode"
      },
      {
        "id": "Observation.code.coding:bpcode.system",
        "path": "Observation.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:bpcode.code",
        "path": "Observation.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:systolicbp",
        "path": "Observation.component",
        "sliceName": "SystolicBP"
      },
      {
        "id": "Observation.component:systolicbp.code",
        "path": "Observation.component.code",
        "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system.",
        "alias": [
          "Component Test",
          "Component Name"
        ]
      },
      {
        "id": "Observation.component:systolicbp.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:systolicbp.code.coding:sbpcode",
        "path": "Observation.component.code.coding",
        "sliceName": "SBPCode",
        "short": "Systolic Blood Pressure",
        "definition": "Systolic Blood Pressure."
      },
      {
        "id": "Observation.component:systolicbp.code.coding:sbpcode.system",
        "path": "Observation.component.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:systolicbp.code.coding:sbpcode.code",
        "path": "Observation.component.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:systolicbp.valueQuantity",
        "path": "Observation.component.valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:systolicbp.valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:diastolicbp",
        "path": "Observation.component",
        "sliceName": "DiastolicBP"
      },
      {
        "id": "Observation.component:diastolicbp.code",
        "path": "Observation.component.code",
        "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system."
      },
      {
        "id": "Observation.component:diastolicbp.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:diastolicbp.code.coding:dbpcode",
        "path": "Observation.component.code.coding",
        "sliceName": "DBPCode",
        "short": "Diastolic Blood Pressure",
        "definition": "Diastolic Blood Pressure."
      },
      {
        "id": "Observation.component:diastolicbp.code.coding:dbpcode.system",
        "path": "Observation.component.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:diastolicbp.code.coding:dbpcode.code",
        "path": "Observation.component.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:diastolicbp.valueQuantity",
        "path": "Observation.component.valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:diastolicbp.valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "mm[Hg]"
      }
    ]
  }
}