FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Immunization |
| Id | Immunization-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization example1
Profile: AU Base Immunization
status: Completed
vaccineCode: Infanrix-Hep B
patient: Sally GRANT
occurrence: 2018-02-27
primarySource: true
{
"resourceType": "Immunization",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
"code": "IFXB"
}
],
"text": "Infanrix-Hep B"
},
"patient": {
"reference": "Patient/example2",
"display": "Sally GRANT"
},
"occurrenceDateTime": "2018-02-27",
"primarySource": true
}