Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "abc-hospital",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization abc-hospital</b></p><a name=\"abc-hospital\"> </a><a name=\"hcabc-hospital\"> </a><a name=\"abc-hospital-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.528.1</code>/91654\u00a0(use:\u00a0official,\u00a0), <code>urn:oid:2.16.840.1.113883.2.4.6.1</code>/17-0112278\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: Burgers University Medical Center</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2300(Work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>address</b>: PO Box 2311 Den Burg 9100 AA NLD (work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2334</p></blockquote><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2335</p></blockquote></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "urn:oid:2.16.528.1",
"value" : "91654"
},
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.2.4.6.1",
"value" : "17-0112278"
}
],
"name" : "Burgers University Medical Center",
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "022-655 2300",
"use" : "work"
}
]
},
{
"address" : {
"use" : "work",
"line" : [
"Galapagosweg 91"
],
"city" : "Den Burg",
"postalCode" : "9105 PZ",
"country" : "NLD"
}
},
{
"address" : {
"use" : "work",
"line" : [
"PO Box 2311"
],
"city" : "Den Burg",
"postalCode" : "9100 AA",
"country" : "NLD"
}
},
{
"telecom" : [
{
"system" : "phone",
"value" : "022-655 2334"
}
]
},
{
"telecom" : [
{
"system" : "phone",
"value" : "022-655 2335"
}
]
}
]
}