FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Organization |
| Id | Organization-abc-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization abc-hospital
identifier: http://example.org/fhir/endpoint//91654 (use: official, ), http://example.org/fhir/endpoint//17-0112278 (use: usual, )
name: Burgers University Medical Center
contact
telecom: ph: 022-655 2300(Work)
contact
address: Galapagosweg 91 Den Burg 9105 PZ NLD (work)
contact
address: PO Box 2311 Den Burg 9100 AA NLD (work)
contact
telecom: ph: 022-655 2334
contact
telecom: ph: 022-655 2335
{
"resourceType": "Organization",
"id": "abc-hospital",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://example.org/fhir/endpoint/",
"value": "91654"
},
{
"use": "usual",
"system": "http://example.org/fhir/endpoint/",
"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"
}
]
}
]
}