FHIR IG analytics| Package | hl7.fhir.us.nhsn-ade |
| Resource Type | Organization |
| Id | Organization-organization-acme-laboratory-ade.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "organization-acme-laboratory-ade" Version "1" Updated "2021-01-13T08:58:31.809Z"
Information Source: #dNmstLc97G7uhcQ8!
Profile: US Core Organization Profile
identifier: id: 1144221999
active: true
type: hospital laboratory (RoleCode#HLAB)
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-ade",
"meta": {
"versionId": "1",
"lastUpdated": "2021-01-13T08:58:31.809+00:00",
"source": "#dNmstLc97G7uhcQ8",
"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"
}
]
}