FHIR IG analytics| Package | hl7.fhir.us.safr |
| Resource Type | Organization |
| Id | Organization-MemorialHospitalOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization MemorialHospitalOrganization
Profile: US SAFR Submitting Organization
identifier: https://www.cdc.gov/nhsn/OrgID/123456789
active: true
type: Healthcare Provider
name: Memorial Hospital
telecom: +1-555-123-4567
address: 123 Healthcare Drive Springfield IL 62701 USA
{
"resourceType": "Organization",
"id": "MemorialHospitalOrganization",
"meta": {
"profile": [
"http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-submitting-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.cdc.gov/nhsn/OrgID",
"value": "123456789"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Memorial Hospital",
"telecom": [
{
"system": "phone",
"value": "+1-555-123-4567",
"use": "work"
}
],
"address": [
{
"line": [
"123 Healthcare Drive"
],
"city": "Springfield",
"state": "IL",
"postalCode": "62701",
"country": "USA"
}
]
}