FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Organization |
| Id | Organization-us-ph-organization-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
Resource Organization "us-ph-organization-ymca-center"
Profile: US Public Health Organization
identifier: id: 7777788
active: true
name: YMCA
telecom: +1-555-555-7777, mail@ymca.com
address: 22222 Health Authority Drive Ann Arbor MI 99999
endpoint: Endpoint/us-ph-endpoint-ymca
{
"resourceType": "Organization",
"id": "us-ph-organization-ymca-center",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "7777788"
}
],
"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/us-ph-endpoint-ymca"
}
]
}