My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "au-jurisdiction",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location au-jurisdiction</b></p><a name=\"au-jurisdiction\"> </a><a name=\"hcau-jurisdiction\"> </a><a name=\"au-jurisdiction-en-AU\"> </a><p><b>name</b>: Jurisdiction of Australia</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 223621005}\">Australia</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type jdn}\">Jurisdiction</span></p></div>"
},
"name" : "Jurisdiction of Australia",
"mode" : "kind",
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "223621005",
"display" : "Australia"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "jdn",
"display" : "Jurisdiction"
}
]
}
}