{
  "resourceType": "StructureDefinition",
  "id": "krcore-bloodpressure",
  "meta": {
    "lastUpdated": "2021-11-14T11:04:40.873+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-bloodpressure",
  "name": "KRCore_BloodPressure",
  "title": "KR Core Blood Pressure Profile",
  "status": "draft",
  "date": "2021-11-14T04:18:54.3455634Z",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "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/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://example.org/fhir/krcore/StructureDefinition/krcore-vitalsigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "KR Core Blood Pressure Profile"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "혈압 측정 코드"
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Observation.component:systolic",
        "path": "Observation.component",
        "sliceName": "systolic",
        "short": "수축기 협압 측정 결과",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:systolic.code",
        "path": "Observation.component.code",
        "short": "수축기 협압 측정 코드"
      },
      {
        "id": "Observation.component:systolic.code.coding",
        "path": "Observation.component.code.coding",
        "short": "정의된 코드",
        "min": 1
      },
      {
        "id": "Observation.component:systolic.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:systolic.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "short": "코드값",
        "min": 1,
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:systolic.value[x]",
        "path": "Observation.component.value[x]",
        "short": "수축기 혈압 측정 결과",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:systolic.value[x].value",
        "path": "Observation.component.value[x].value",
        "short": "측정값(숫자)",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.component:systolic.value[x].unit",
        "path": "Observation.component.value[x].unit",
        "comment": "측정단위 텍스트"
      },
      {
        "id": "Observation.component:systolic.value[x].system",
        "path": "Observation.component.value[x].system",
        "short": "측정 단위 코드체계 식별자",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Observation.component:systolic.value[x].code",
        "path": "Observation.component.value[x].code",
        "short": "측정 단위 코드",
        "min": 1,
        "fixedCode": "mm[Hg]",
        "mustSupport": true
      },
      {
        "id": "Observation.component:diastolic",
        "path": "Observation.component",
        "sliceName": "diastolic",
        "short": "이완기 협압 측정 결과",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:diastolic.code",
        "path": "Observation.component.code",
        "short": "이완기 협압 측정 코드"
      },
      {
        "id": "Observation.component:diastolic.code.coding",
        "path": "Observation.component.code.coding",
        "short": "정의된 코드",
        "min": 1
      },
      {
        "id": "Observation.component:diastolic.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:diastolic.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "short": "코드갑",
        "min": 1,
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:diastolic.value[x]",
        "path": "Observation.component.value[x]",
        "short": "이완기 혈압 측정 결과",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:diastolic.value[x].value",
        "path": "Observation.component.value[x].value",
        "short": "측정값 (숫자)",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.component:diastolic.value[x].unit",
        "path": "Observation.component.value[x].unit",
        "short": "측정 단위 텍스트"
      },
      {
        "id": "Observation.component:diastolic.value[x].system",
        "path": "Observation.component.value[x].system",
        "short": "측정 단위 코드체계 식별자",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Observation.component:diastolic.value[x].code",
        "path": "Observation.component.value[x].code",
        "short": "측정 단위 코드값",
        "min": 1,
        "fixedCode": "mm[Hg]",
        "mustSupport": true
      }
    ]
  }
}