{
  "resourceType": "StructureDefinition",
  "id": "krcore-bmi",
  "meta": {
    "lastUpdated": "2021-11-14T14:53:39.827+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-bmi",
  "name": "KRCore_BMI",
  "title": "KR Core BMI Profile",
  "status": "draft",
  "date": "2021-11-14T06:43:06.7100919+00:00",
  "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 Body Mass Index (BMI) Profile"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "BMI 측정 코드"
      },
      {
        "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": "39156-5"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "BMI 측정 결과",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.value[x].value",
        "path": "Observation.value[x].value",
        "short": "측정값 (숫자)",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].unit",
        "path": "Observation.value[x].unit",
        "short": "측정 단위 텍스트"
      },
      {
        "id": "Observation.value[x].system",
        "path": "Observation.value[x].system",
        "short": "측정 단위 코드체계 식별자",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].code",
        "path": "Observation.value[x].code",
        "short": "측정 단위 코드값",
        "min": 1,
        "fixedCode": "kg/m2",
        "mustSupport": true
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "short": "관련 생체신호 측정 결과",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-bodyheight",
              "https://example.org/fhir/krcore/StructureDefinition/krcore-bodyweight"
            ]
          }
        ]
      }
    ]
  }
}