FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Organization |
| Id | Organization-acme-lab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization acme-lab
Profile: US Core Organization Profile version: 9.0.0
identifier: United States National Provider Identifier/1144221847, Clinical Laboratory Improvement Amendments/12D4567890
active: true
type: Healthcare Provider
name: Acme Labs
telecom: ph: (+1) 734-677-7777, hq@acme.org
address: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA
{
"resourceType": "Organization",
"id": "acme-lab",
"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": "1144221847"
},
{
"system": "urn:oid:2.16.840.1.113883.4.7",
"value": "12D4567890"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Acme Labs",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "email",
"value": "hq@acme.org"
}
],
"address": [
{
"line": [
"3300 WASHTENAW AVE STE 227"
],
"city": "AMHERST",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}