FHIR IG analytics| Package | hl7.fhir.us.cdmh |
| Resource Type | Organization |
| Id | Organization-acme-lab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Organization example
identifier: id: 1144221847, id: 12D4567890
active: true
type: Healthcare Provider
name: Acme Labs
telecom: ph: (+1) 734-677-7777, hq@acme.org
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA
{
"resourceType": "Organization",
"id": "acme-lab",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Acme Lab Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a acme lab example for the *Cdmh Organization Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-organization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Acme Labs",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "email",
"value": "hq@acme.org"
}
],
"address": [
{
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}