FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Organization |
| Id | Organization-saint-luke-w-endpoint.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization saint-luke-w-endpoint
Profile: US Core Organization Profile version: 9.0.0
identifier: United States National Provider Identifier/1063494177, http://example.org/fhir/us/argo/sid/us-ein/00-0000000
active: true
name: Saint Luke's Hospital of Kansas City
telecom: ph: (816)932-2000(Work), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(Work)
address: 4401 WORNALL RD AMHERST MA 01002
endpoint: Endpoint Dr. Ronald Bone Direct Address
Generated Narrative: Endpoint #75
status: Active
connectionType: Endpoint Connection Type: direct-project (Direct Project)
name: Dr. Ronald Bone Direct Address
managingOrganization: Organization Acme Clinic
payloadType: For documents following C-CDA 1.1 constraints using a structured body.
payloadMimeType: text/xml
address: Interoperability@DirectAddress.com
{
"resourceType": "Organization",
"id": "saint-luke-w-endpoint",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Endpoint",
"id": "75",
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "direct-project"
},
"name": "Dr. Ronald Bone Direct Address",
"managingOrganization": {
"reference": "Organization/example-organization-2"
},
"payloadType": [
{
"coding": [
{
"system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
"code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
}
]
}
],
"payloadMimeType": [
"text/xml"
],
"address": "mailto:Interoperability@DirectAddress.com"
}
],
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1063494177"
},
{
"system": "http://example.org/fhir/us/argo/sid/us-ein",
"value": "00-0000000"
}
],
"active": true,
"name": "Saint Luke's Hospital of Kansas City",
"telecom": [
{
"system": "phone",
"value": "(816)932-2000",
"use": "work"
},
{
"system": "other",
"value": "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city",
"use": "work"
}
],
"address": [
{
"text": "4401 WORNALL RD AMHERST MA 01002",
"line": [
"4401 WORNALL RD"
],
"city": "AMHERST",
"state": "MA",
"postalCode": "64111"
}
],
"endpoint": [
{
"reference": "#75"
}
]
}