FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeImmunization
IdImmunization-immunization-with-product-code.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Immunization with a Product code and SNOMED code

Source1

{
  "resourceType": "Immunization",
  "id": "immunization-with-product-code",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-immunization"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "J07BE01",
        "display": "mumps, live attenuated"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "871738001",
        "display": "Live attenuated mumps vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "occurrenceDateTime": "2021-02-28",
  "primarySource": true,
  "lotNumber": "12345",
  "site": {
    "coding": [
      {
        "code": "368208006",
        "system": "http://snomed.info/sct",
        "display": "Left upper arm structure (body structure)"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-md",
        "display": "Dr. Dana Mor"
      }
    }
  ],
  "note": [
    {
      "text": "Administered as part of school immunization program"
    }
  ],
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL"
  },
  "route": {
    "coding": [
      {
        "code": "78421000",
        "system": "http://snomed.info/sct",
        "display": "Intramuscular route (qualifier value)"
      }
    ]
  }
}