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" : "MedicationStatement",
"id" : "au-core-medicationstatement-conformant",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement au-core-medicationstatement-conformant</b></p><a name=\"au-core-medicationstatement-conformant\"> </a><a name=\"hcau-core-medicationstatement-conformant\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 6632011000036102}, {http://pbs.gov.au/code/item 2951H}\">Bactrim DS - tablet</span></p><p><b>subject</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-06-01 09:00:00+1000</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 68566005}\">Urinary tract infection</span></p><p><b>reasonReference</b>: <a href=\"Condition/medicationstatement-reason-fixture\">Condition/medicationstatement-reason-fixture</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>One tablet twice daily for 5 days</td></tr></table></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "6632011000036102",
"display" : "Bactrim DS tablet"
},
{
"system" : "http://pbs.gov.au/code/item",
"code" : "2951H"
}
],
"text" : "Bactrim DS - tablet"
},
"subject" : {
"reference" : "Patient/patient-fixture"
},
"effectiveDateTime" : "2024-06-01",
"dateAsserted" : "2024-06-01T09:00:00+10:00",
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "68566005",
"display" : "Urinary tract infectious disease"
}
],
"text" : "Urinary tract infection"
}
],
"reasonReference" : [
{
"reference" : "Condition/medicationstatement-reason-fixture"
}
],
"dosage" : [
{
"text" : "One tablet twice daily for 5 days"
}
]
}