FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Organization |
| Id | Organization-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example1
Profile: US Quality Core Organization
identifier: United States National Provider Identifier/1285243618 (use: temp, )
active: true
type: Healthcare Provider
name: HENDRICKS COUNTY HOSPITAL
telecom: ph: (+1) 712-456-7777, fax: (+1) 712-456-6622, staff@countyhospital.org
address: 3300 Washtenaw Avenue, Suite 227 Avon IN 46123 USA
{
"resourceType": "Organization",
"id": "example1",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1285243618"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "HENDRICKS COUNTY HOSPITAL",
"telecom": [
{
"system": "phone",
"value": "(+1) 712-456-7777"
},
{
"system": "fax",
"value": "(+1) 712-456-6622"
},
{
"system": "email",
"value": "staff@countyhospital.org"
}
],
"address": [
{
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Avon",
"state": "IN",
"postalCode": "46123",
"country": "USA"
}
]
}