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