FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Organization |
| Id | Organization-holy-healthcare.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization holy-healthcare
Profile: US Core Organization Profile version: 9.0.0
identifier: United States National Provider Identifier/1234567893
active: true
type: Provider
name: Holy Healthcare
telecom: ph: (+1) 555-555-5555, hq@holyhealthcare.org
address: 100 MANAGING ORGANIZATION AVE Amherst MA 01002 USA
{
"resourceType": "Organization",
"id": "holy-healthcare",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
],
"text": "Provider"
}
],
"name": "Holy Healthcare",
"telecom": [
{
"system": "phone",
"value": "(+1) 555-555-5555"
},
{
"system": "email",
"value": "hq@holyhealthcare.org"
}
],
"address": [
{
"line": [
"100 MANAGING ORGANIZATION AVE"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}