FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Organization |
| Id | Organization-us-core-organization-tox-lab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization us-core-organization-tox-lab
identifier: http://example.org/fhir/sid/us-npi/111223333
active: true
type: Healthcare Provider
name: UF Health Pathology Labs, Forensic Toxicology Laboratory
telecom: ph: (352) 265-9900
address: 4800 SW 35th Drive Gainesville FL 32608 US
{
"resourceType": "Organization",
"id": "us-core-organization-tox-lab",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/sid/us-npi",
"value": "111223333"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "UF Health Pathology Labs, Forensic Toxicology Laboratory",
"telecom": [
{
"system": "phone",
"value": "(352) 265-9900"
}
],
"address": [
{
"line": [
"4800 SW 35th Drive"
],
"city": "Gainesville",
"state": "FL",
"postalCode": "32608",
"country": "US"
}
]
}