{
  "resourceType": "StructureDefinition",
  "id": "krcore-bodyheight",
  "meta": {
    "lastUpdated": "2021-11-14T06:36:42.488+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-bodyheight",
  "name": "KRCore_BodyHeight",
  "title": "KR Core Body Height Profile",
  "status": "draft",
  "date": "2021-11-14T06:34:22.7896807+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 Height 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",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "8302-2"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "신장 측정값",
        "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": "측정 단위 텍스트",
        "mustSupport": true
      },
      {
        "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": "cm",
        "mustSupport": true
      }
    ]
  }
}