FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | Organization |
| Id | Organization-example-lab-organization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-lab-organization
Language: en-US
active: true
name: The Good Testing Laboratory
| Telecom | Address |
| http://fhir.org | 1 Lab Dr Paris TX 12340 USA (temp) |
{
"resourceType": "Organization",
"id": "example-lab-organization",
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "The Good Testing Laboratory",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://fhir.org",
"use": "temp"
}
],
"address": {
"use": "temp",
"type": "both",
"line": [
"1 Lab Dr"
],
"city": "Paris",
"state": "TX",
"postalCode": "12340",
"country": "USA"
}
}
]
}