{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-09-21T04:55:48.405+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/CRSImmunization",
  "name": "CRSImmunization",
  "status": "draft",
  "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.vaccineCode",
        "path": "Immunization.vaccineCode",
        "definition": "Vaccine that was administered or was to be administered.\r\n(코드로만 관리하는지 시스템으로도 관리하는지?)"
      },
      {
        "id": "Immunization.occurrence[x]",
        "path": "Immunization.occurrence[x]",
        "definition": "Date vaccine administered or was to be administered.\r\n(타입제한여부?)"
      },
      {
        "id": "Immunization.protocolApplied.targetDisease.coding.system",
        "path": "Immunization.protocolApplied.targetDisease.coding.system",
        "fixedUri": "1.2.410.100110.40.2.3.1"
      }
    ]
  }
}