{
  "resourceType": "StructureDefinition",
  "id": "Immunization-id-core",
  "url": "http://fhir.hie.moh.gov.id/StructureDefinition/Immunization-id-core",
  "version": "1.0.0",
  "name": "ImmunizationIdCore",
  "title": "Immunization (ID Core)",
  "status": "active",
  "date": "2023-06-07T07:16:10.3933867+00:00",
  "description": "This profile represents the constraints applied to the Immunization resource by ID Core FHIR Implementation Guide. A record of an immunization is represented in the patient summary as an instance of an Immunization resource constrained by this profile.\r\n\r\nIt describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party.",
  "purpose": "This profile constrains the representation of a record of a vaccination of the patient, in the context of the international patient summary as specified by the ID Core project.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Immunization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Immunization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Immunization.vaccineCode",
        "path": "Immunization.vaccineCode",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.hie.moh.gov.id/ValueSet/vaccine-code-id-core"
        }
      }
    ]
  }
}