{
  "resourceType": "StructureDefinition",
  "id": "krcore-vitalsigns",
  "meta": {
    "lastUpdated": "2021-11-14T16:05:50.019+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-vitalsigns",
  "name": "KRCore_VitalSigns",
  "title": "KR Core Vital Signs Profile",
  "status": "draft",
  "date": "2021-11-14T14:50:30.2502019Z",
  "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": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "KR Core Vital Signs Profile"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "생체신호 측정 진행 상태: registered(등록됨) | preliminary(초기값 등록) | final(완료) | amended(수정됨) +",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "관측 및 측정 범주",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "short": "정의된 코드",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.system",
        "path": "Observation.category.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "short": "코드값",
        "min": 1,
        "fixedCode": "vital-signs",
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "생체신호 측정 코드",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "KR Core Vital Signs Codes",
          "valueSet": "https://example.org/fhir/krcore/ValueSet/krcore-vital-signs-codes"
        }
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "short": "정의된 코드"
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "코드값",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "short": "코드명칭"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "생체신호 측정 대상",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "short": "생체신호 측정 일시",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "생체신호 측정 결과",
        "mustSupport": true
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "short": "생체신호 측정 결과 부재 사유",
        "mustSupport": true
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "short": "세부 생체신호 측정 정보",
        "mustSupport": true
      },
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "short": "세부 생체신호 측정 코드",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "KR Core Vital Signs Codes",
          "valueSet": "https://example.org/fhir/krcore/ValueSet/krcore-vital-signs-codes"
        }
      },
      {
        "id": "Observation.component.code.coding",
        "path": "Observation.component.code.coding",
        "short": "정의된 코드"
      },
      {
        "id": "Observation.component.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.component.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "short": "코드값",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.component.code.coding.display",
        "path": "Observation.component.code.coding.display",
        "short": "코드명칭"
      },
      {
        "id": "Observation.component.value[x]",
        "path": "Observation.component.value[x]",
        "short": "세부 생체신호 측정 결과",
        "mustSupport": true
      },
      {
        "id": "Observation.component.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "short": "세부 생체신호 측정 결과 부재 사유",
        "mustSupport": true
      }
    ]
  }
}