FHIR IG analytics| Package | hl7.fhir.uv.saner |
| Resource Type | Organization |
| Id | Organization-X140117.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
ResourceOrganization "X140117"
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason
identifier: http://sanerproject.org/connectathon/hospitals/X140117
active: true
type: Healthcare Provider (Organization type#prov)
name: KEATS MEDICAL CENTER
address: 7435 W TALCOTT AVE CHICAGO IL 60631 USA (work)
{
"resourceType": "Organization",
"id": "X140117",
"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": "X140117"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "KEATS MEDICAL CENTER",
"address": [
{
"use": "work",
"type": "both",
"line": [
"7435 W TALCOTT AVE"
],
"city": "CHICAGO",
"district": "COOK",
"state": "IL",
"postalCode": "60631",
"country": "USA"
}
]
}