FHIR Frog AU Core Conformance Tests
0.1.0 - draft
FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "au-core-immunization-conformant",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization au-core-immunization-conformant</b></p><a name=\"au-core-immunization-conformant\"> </a><a name=\"hcau-core-immunization-conformant\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-immunization.html\">AU Core Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COMIRN}, {http://snomed.info/sct 1525011000168107}\">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>occurrence</b>: 2022-04-04</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: AB1234</p><p><b>note</b>: </p><blockquote><div><p>Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing.</p>\n</div></blockquote></div>"
},
"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."
}
]
}