FHIR IG analytics| Package | fhir.gdx |
| Resource Type | Organization |
| Id | Organization-Organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Organization
identifier: Clinical Laboratory Improvement Amendments/12A4567890 (use: official, )
type: Healthcare Provider
name: Generic Laboratories, Inc.
contact
telecom: ph: (800) 876-5309, fax: (781) 876-5305, http://www.genericlaboratoriesinc.com, info@genericlaboratoriesinc.com
address: 321 Laboratory Court, Anytown, MA, 12345, USA
{
"resourceType": "Organization",
"id": "Organization",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.4.7",
"value": "12A4567890"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Generic Laboratories, Inc.",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "(800) 876-5309"
},
{
"system": "fax",
"value": "(781) 876-5305"
},
{
"system": "url",
"value": "http://www.genericlaboratoriesinc.com"
},
{
"system": "email",
"value": "info@genericlaboratoriesinc.com"
}
],
"address": {
"text": "321 Laboratory Court, Anytown, MA, 12345, USA",
"line": [
"321 Laboratory Court"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "USA"
}
}
]
}