FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Immunization |
| Id | Immunization-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization example2
Profile: AU Base Immunization
status: Completed
vaccineCode: Infanrix Hexa
patient: Sally GRANT
occurrence: 2017-05-21
primarySource: true
| Function | Actor |
| Administering Provider | Dr Helen Mayo |
| TargetDisease | DoseNumber[x] |
| Diphtheria caused by Corynebacterium diphtheriae | 1 |
{
"resourceType": "Immunization",
"id": "example2",
"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": "IFHX"
}
],
"text": "Infanrix Hexa"
},
"patient": {
"reference": "Patient/example2",
"display": "Sally GRANT"
},
"occurrenceDateTime": "2017-05-21",
"primarySource": true,
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
],
"text": "Administering Provider"
},
"actor": {
"reference": "Practitioner/example0",
"display": "Dr Helen Mayo"
}
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "397430003"
},
{
"system": "http://snomed.info/sct",
"code": "76902006"
},
{
"system": "http://snomed.info/sct",
"code": "27836007"
},
{
"system": "http://snomed.info/sct",
"code": "66071002"
},
{
"system": "http://snomed.info/sct",
"code": "398102009"
}
]
}
],
"doseNumberPositiveInt": 1
}
]
}