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" : "Location",
"id" : "au-core-location-conformant",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location au-core-location-conformant</b></p><a name=\"au-core-location-conformant\"> </a><a name=\"hcau-core-location-conformant\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Frog Medical Centre</p><p><b>alias</b>: Frog Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}, {http://snomed.info/sct 288565001}\">Family medicine clinic</span></p><p><b>address</b>: 1 Frog Lane Frogville NSW 2000 AU (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization/location-organization-fixture\">Frog Medical Group</a></p></div>"
},
"status" : "active",
"name" : "Frog Medical Centre",
"alias" : [
"Frog Clinic"
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FMC",
"display" : "Family medicine clinic"
},
{
"system" : "http://snomed.info/sct",
"code" : "288565001",
"display" : "Medical centre"
}
]
}
],
"address" : {
"use" : "work",
"line" : [
"1 Frog Lane"
],
"city" : "Frogville",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
},
"managingOrganization" : {
"reference" : "Organization/location-organization-fixture",
"display" : "Frog Medical Group"
}
}