FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | Organization |
| Id | Organization-organization-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-2
version: 6; Last updated: 2020-08-12 21:30:18+0000;
Information Source: #csn482LCsnDWyxbW
Profile: US Core Organization Profile
identifier: United States National Provider Identifier/1144221847
active: true
type: Healthcare Provider
name: Acme Clinic
telecom: ph: (+1) 734-677-7777, hq@acme.org
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA
{
"resourceType": "Organization",
"id": "organization-2",
"meta": {
"versionId": "6",
"lastUpdated": "2020-08-12T21:30:18.850+00:00",
"source": "#csn482LCsnDWyxbW",
"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": "1144221847"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Acme Clinic",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "email",
"value": "hq@acme.org"
}
],
"address": [
{
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}