{
  "resourceType": "StructureDefinition",
  "id": "krcore-immunization",
  "meta": {
    "lastUpdated": "2021-11-14T16:01:07.725+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-immunization",
  "name": "KRCore_Immunization",
  "title": "KR Core Immunization Profile",
  "status": "draft",
  "date": "2021-11-14T13:15:28.1889812+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "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": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Immunization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Immunization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Immunization",
        "path": "Immunization",
        "short": "KR Core Immunization Profile"
      },
      {
        "id": "Immunization.status",
        "path": "Immunization.status",
        "short": "예방 접종 상태: completed(완료) | entered-in-error(입력 오류) | not-done(미실행)",
        "mustSupport": true
      },
      {
        "id": "Immunization.vaccineCode",
        "path": "Immunization.vaccineCode",
        "short": "백신 코드",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "KR Core Vaccine Codes",
          "valueSet": "https://example.org/fhir/krcore/ValueSet/krcore-vaccine-codes"
        }
      },
      {
        "id": "Immunization.vaccineCode.coding",
        "path": "Immunization.vaccineCode.coding",
        "short": "정의된 코드"
      },
      {
        "id": "Immunization.vaccineCode.coding.system",
        "path": "Immunization.vaccineCode.coding.system",
        "short": "코드체계 식별자",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Immunization.vaccineCode.coding.code",
        "path": "Immunization.vaccineCode.coding.code",
        "short": "코드값",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Immunization.vaccineCode.coding.display",
        "path": "Immunization.vaccineCode.coding.display",
        "short": "코드명칭"
      },
      {
        "id": "Immunization.vaccineCode.text",
        "path": "Immunization.vaccineCode.text",
        "short": "백신 정보 텍스트"
      },
      {
        "id": "Immunization.patient",
        "path": "Immunization.patient",
        "short": "예방 접종 대상",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Immunization.occurrence[x]",
        "path": "Immunization.occurrence[x]",
        "short": "예방 접종 일시",
        "mustSupport": true
      },
      {
        "id": "Immunization.protocolApplied",
        "path": "Immunization.protocolApplied",
        "short": "예방 접종 프로토콜"
      },
      {
        "id": "Immunization.protocolApplied.doseNumber[x]",
        "path": "Immunization.protocolApplied.doseNumber[x]",
        "short": "에방 접종 차수",
        "mustSupport": true
      }
    ]
  }
}