FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Immunization |
| Id | Immunization-au-core-immunization-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization au-core-immunization-conformant
Profile: AU Core Immunization
status: Completed
vaccineCode: Pfizer Comirnaty
patient: Patient/patient-fixture
occurrence: 2022-04-04
primarySource: true
lotNumber: AB1234
note:
Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing.
{
"resourceType": "Immunization",
"id": "au-core-immunization-conformant",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-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": "COMIRN"
},
{
"system": "http://snomed.info/sct",
"code": "1525011000168107",
"display": "Comirnaty"
}
],
"text": "Pfizer Comirnaty"
},
"patient": {
"reference": "Patient/patient-fixture"
},
"occurrenceDateTime": "2022-04-04",
"primarySource": true,
"lotNumber": "AB1234",
"note": [
{
"text": "Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing."
}
]
}