FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Organization |
| Id | Organization-GHC-organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization GHC-organization
version: 3; Last updated: 2020-07-30 21:59:52+0000;
Information Source: #7DpAiFqmrBGDwwju
Profile: US Core Organization Profile
identifier: NPI/1316452725
active: true
type: Healthcare Provider
name: Good Health Clinic
telecom: ph: (+1) 555-677-7777, customer-service@GHclinic.org
address: 7551 W Alameda Ave Lakewood CO 80226 USA
{
"resourceType": "Organization",
"id": "GHC-organization",
"meta": {
"versionId": "3",
"lastUpdated": "2020-07-30T21:59:52.717+00:00",
"source": "#7DpAiFqmrBGDwwju",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1316452725"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Good Health Clinic",
"telecom": [
{
"system": "phone",
"value": "(+1) 555-677-7777"
},
{
"system": "email",
"value": "customer-service@GHclinic.org"
}
],
"address": [
{
"line": [
"7551 W Alameda Ave"
],
"city": "Lakewood",
"state": "CO",
"postalCode": "80226",
"country": "USA"
}
]
}