FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting |
| Resource Type | Organization |
| Id | Organization-performingOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization performingOrganization
identifier: http://example.org/identifiers/CLIA/10000DLAB8
name: My Test Pathology Laboratories
telecom: ph: (100) 200-3000, fax: (400) 500-6000, http://www.example.com/mytestpathlabs
address: 1000 SE Lab Ave Los Angeles CA 90027
{
"resourceType": "Organization",
"id": "performingOrganization",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/CLIA",
"value": "10000DLAB8"
}
],
"name": "My Test Pathology Laboratories",
"telecom": [
{
"system": "phone",
"value": "(100) 200-3000"
},
{
"system": "fax",
"value": "(400) 500-6000"
},
{
"system": "url",
"value": "http://www.example.com/mytestpathlabs"
}
],
"address": [
{
"line": [
"1000 SE Lab Ave"
],
"city": "Los Angeles",
"state": "CA",
"postalCode": "90027"
}
]
}