FHIR IG analytics| Package | hl7.fhir.uv.saner |
| Resource Type | Organization |
| Id | Organization-X140115.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
ResourceOrganization "X140115"
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason
identifier: http://sanerproject.org/connectathon/hospitals/X140115
active: true
type: Healthcare Provider (Organization type#prov)
name: LECKIE HOSPITAL
address: 850 W IRVING PARK RD CHICAGO IL 60613 USA (work)
{
"resourceType": "Organization",
"id": "X140115",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://sanerproject.org/connectathon/hospitals",
"value": "X140115"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "LECKIE HOSPITAL",
"address": [
{
"use": "work",
"type": "both",
"line": [
"850 W IRVING PARK RD"
],
"city": "CHICAGO",
"district": "COOK",
"state": "IL",
"postalCode": "60613",
"country": "USA"
}
]
}