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

: au-core-medication-conformant - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "au-core-medication-conformant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication au-core-medication-conformant</b></p><a name=\"au-core-medication-conformant\"> </a><a name=\"hcau-core-medication-conformant\"> </a><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 2951H}, {http://snomed.info/sct 6632011000036102}\">Bactrim DS - tablet</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://pbs.gov.au/code/item",
        "code" : "2951H",
        "display" : "Bactrim DS"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "6632011000036102",
        "display" : "Bactrim DS tablet"
      }
    ],
    "text" : "Bactrim DS - tablet"
  }
}