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

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting.r4b
Resource TypeImmunization
IdImmunization-VaccinationExampleImmunization.json
FHIR VersionR4B

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

Generated Narrative: Immunization

Resource Immunization "VaccinationExampleImmunization"

Profile: ICSR Immunization

AgeAtVaccination: 12 years (Details: UCUM code y = 'y')

status: completed

vaccineCode: 7046101903 (National drug codes#7046101903)

patient: Patient/VaccinationPatient " LNAME"

occurrence: 2017-04-23

primarySource: false


Source1

{
  "resourceType": "Immunization",
  "id": "VaccinationExampleImmunization",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-ageatvaccination",
      "valueAge": {
        "value": 12,
        "unit": "years",
        "system": "http://unitsofmeasure.org",
        "code": "y"
      }
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "7046101903"
      }
    ]
  },
  "patient": {
    "reference": "Patient/VaccinationPatient"
  },
  "occurrenceDateTime": "2017-04-23",
  "primarySource": false
}