: Organization HealthCare Provider Example - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "84de9278-ce61-4919-afa6-3b8b80909868",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-organisation-serviceprovider"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 84de9278-ce61-4919-afa6-3b8b80909868</b></p><a name=\"84de9278-ce61-4919-afa6-3b8b80909868\"> </a><a name=\"hc84de9278-ce61-4919-afa6-3b8b80909868\"> </a><a name=\"84de9278-ce61-4919-afa6-3b8b80909868-en-US\"> </a><p><b>identifier</b>: HPI-O/8003621234567892</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>: ACT Imaging Lab</p><p><b>telecom</b>: ph: 1300103113(Work)</p><p><b>address</b>: 630 Pacific HWY St Leonards NSW 2065 </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI",
"display" : "National Organisation Identifier"
}
],
"text" : "HPI-O"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003621234567892"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare provider"
}
]
}
],
"name" : "ACT Imaging Lab",
"telecom" : [
{
"system" : "phone",
"value" : "1300103113",
"use" : "work"
}
],
"address" : [
{
"line" : [
"630 Pacific HWY"
],
"city" : "St Leonards",
"state" : "NSW",
"postalCode" : "2065"
}
]
}