FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | Organization |
| Id | Organization-organization-ecr-ymca-center.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-ecr-ymca-center
Language: en
Profile: US Public Health Organization
identifier: United States National Provider Identifier/1144221847
active: true
name: YMCA
telecom: +1-555-555-7777, mail@ymca.com
address: 22222 Health Authority Drive Ann Arbor MI 99999
{
"resourceType": "Organization",
"id": "organization-ecr-ymca-center",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1144221847"
}
],
"active": true,
"name": "YMCA",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-7777"
},
{
"system": "email",
"value": "mail@ymca.com"
}
],
"address": [
{
"line": [
"22222 Health Authority Drive"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
}
],
"endpoint": [
{
"reference": "Endpoint/endpoint-ecr-ymca"
}
]
}