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

FHIR IG analytics

Packagehl7.fhir.us.immds
Resource TypeImmunization
IdImmunization-ImmDSImmunizationExample.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

Generated Narrative: Immunization ImmDSImmunizationExample

Language: en

Profile: ImmDS Immunization

status: Completed

vaccineCode: Hep B, adolescent or pediatric

patient: Gene Wellington Male, DoB: 2020-04-28 ( Medical record number)

occurrence: 2020-04-28

primarySource: true


Source1

{
  "resourceType": "Immunization",
  "id": "ImmDSImmunizationExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunization"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "08",
        "display": "Hep B, adolescent or pediatric"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ImmDSPatientExample"
  },
  "occurrenceDateTime": "2020-04-28",
  "primarySource": true
}