FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | Organization |
| Id | Organization-Hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Hospital
Last updated: 2023-07-07 13:26:22+0000; Language: en-US
Profile: NDH Organization Profile
NDH Qualification
- code: General Acute Care Hospital
- status: active
NDH Verification Status: Complete
NDH Org Description: General Acute Care Hospital
identifier: NPI/1518575422, http://example.org/ndh-identifiers/Hospital
active: true
type: Facility
name: Hartford General Hospital
telecom: ph: (111)-222-3333, https://www.hartfordgeneralhospital.com
address: 123 Main Street Hartford CT 00014-1234
| Telecom |
| ph: (111)-222-3333 |
{
"resourceType": "Organization",
"id": "Hospital",
"meta": {
"lastUpdated": "2023-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "282N00000X",
"display": "General Acute Care Hospital"
}
]
}
},
{
"url": "status",
"valueCode": "active"
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-qualification"
},
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
"code": "complete",
"display": "Complete"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-description",
"valueString": "General Acute Care Hospital"
}
],
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1518575422"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "Hospital"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
"code": "fac",
"display": "Facility"
}
]
}
],
"name": "Hartford General Hospital",
"telecom": [
{
"system": "phone",
"value": "(111)-222-3333",
"rank": 2
},
{
"system": "url",
"value": "https://www.hartfordgeneralhospital.com",
"rank": 1
}
],
"address": [
{
"line": [
"123 Main Street"
],
"city": "Hartford",
"state": "CT",
"postalCode": "00014-1234"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "(111)-222-3333",
"rank": 1
}
]
}
]
}