FHIR IG analytics| Package | hl7.fhir.us.cimilabs |
| Resource Type | Organization |
| Id | Organization-ACMELab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "ACMELab"
name: ACME Clinical Laboratories
alias: ACME Lab
address: 101 South Main St. Anytown MyState 10101 USA
{
"resourceType": "Organization",
"id": "ACMELab",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "ACME Clinical Laboratories",
"alias": [
"ACME Lab"
],
"address": [
{
"line": [
"101 South Main St."
],
"city": "Anytown",
"state": "MyState",
"postalCode": "10101",
"country": "USA"
}
]
}