MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "au-ps-organization-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization au-ps-organization-1</b></p><a name=\"au-ps-organization-1\"> </a><a name=\"hcau-ps-organization-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-organization.html\">AU PS Organization</a></p></div><p><b>identifier</b>: Australian Business Number (ABN)/84425496912</p><p><b>name</b>: My Health Record system operator</p><p><b>telecom</b>: <a href=\"mailto:help@digitalhealth.gov.au\">help@digitalhealth.gov.au</a>, ph: 1300 901 001(Work)</p><p><b>address</b>: Level 25, 175 Liverpool Street Sydney NSW 2000 Australia </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
],
"text" : "Australian Business Number (ABN)"
},
"system" : "http://hl7.org.au/id/abn",
"value" : "84425496912"
}
],
"name" : "My Health Record system operator",
"telecom" : [
{
"system" : "email",
"value" : "help@digitalhealth.gov.au",
"use" : "work"
},
{
"system" : "phone",
"value" : "1300 901 001",
"use" : "work"
}
],
"address" : [
{
"line" : [
"Level 25, 175 Liverpool Street"
],
"city" : "Sydney",
"state" : "NSW",
"postalCode" : "2000",
"country" : "Australia"
}
]
}