FHIR IG analytics| Package | hl7.fhir.us.nhsn-med-admin |
| Resource Type | Organization |
| Id | Organization-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
identifier: id: 1144221999
active: true
type: hospital laboratory
name: Acme_Labs
telecom: +1-555-555-4444, mail@acme-labs.com
address: 7777 Laboratory Drive Ann Arbor MI 99999
{
"resourceType": "Organization",
"id": "organization-acme-laboratory",
"meta": {
"versionId": "1",
"lastUpdated": "2020-12-23T22:50:03.668+00:00",
"source": "#ZIizLWAYoutADh24",
"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": "1144221999"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HLAB",
"display": "hospital 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"
}
]
}