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" : "Organization",
"id" : "med-regional-med-centre",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization med-regional-med-centre</b></p><a name=\"med-regional-med-centre\"> </a><a name=\"hcmed-regional-med-centre\"> </a><a name=\"med-regional-med-centre-en-AU\"> </a><p><b>identifier</b>: ABN/51824994455, Organization identifier/urn:oid:1.2.36.1.2001.1001.105.100001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Medium Sized Regional Medical Centre</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
],
"text" : "ABN"
},
"system" : "http://hl7.org.au/id/abn",
"value" : "51824994455"
},
// Not a valid ABN. This example uses a fictional
ABN that does not conform to ABN format to ensure no conflict with real world values
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
]
},
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.2.36.1.2001.1001.105.100001"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Medium Sized Regional Medical Centre"
}