FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Organization |
| Id | Organization-Scen3OrgYMCA.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 "Scen3OrgYMCA"
identifier: NPI/1234567890
active: true
type: Healthcare Provider (Organization type#prov)
name: Cincinnati Central YMCA
telecom: +1-513-1234567
address: 1105 Elm St Cincinnati OH 45202 USA (WORK)
{
"resourceType": "Organization",
"id": "Scen3OrgYMCA",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567890"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Cincinnati Central YMCA",
"telecom": [
{
"system": "phone",
"value": "+1-513-1234567",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1105 Elm St"
],
"city": "Cincinnati",
"state": "OH",
"postalCode": "45202",
"country": "USA"
}
]
}