FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Organization |
| Id | Organization-us-ph-organization-acme-laboratory.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "us-ph-organization-acme-laboratory"
Profile: US Public Health Organization
identifier: id: 1144221999
active: true
type: outpatient laboratory (RoleCode#OUTLAB)
name: Acme_Labs
telecom: +1-555-555-4444, mail@acme-labs.com
address: 7777 Laboratory Drive Ann Arbor MI 99999
{
"resourceType": "Organization",
"id": "us-ph-organization-acme-laboratory",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1144221999"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OUTLAB",
"display": "outpatient laboratory"
}
]
}
],
"name": "Acme_Labs",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-4444"
},
{
"system": "email",
"value": "mail@acme-labs.com"
}
],
"address": [
{
"line": [
"7777 Laboratory Drive"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
}
]
}