FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Organization |
| Id | Organization-Scen1OrgGoodhealth.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 "Scen1OrgGoodhealth"
identifier: http://example.org/organization/GH12345
active: true
type: Healthcare Provider (Organization type#prov)
name: Good Health Clinic
telecom: +1(555) 555-6789, info@goodhealthclinic.com
address: 456 Health Avenue Medicity NY 54321 USA
{
"resourceType": "Organization",
"id": "Scen1OrgGoodhealth",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/organization",
"value": "GH12345"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
],
"text": "Healthcare Provider"
}
],
"name": "Good Health Clinic",
"telecom": [
{
"system": "phone",
"value": "+1(555) 555-6789",
"use": "work"
},
{
"system": "email",
"value": "info@goodhealthclinic.com",
"use": "work"
}
],
"address": [
{
"line": [
"456 Health Avenue"
],
"city": "Medicity",
"state": "NY",
"postalCode": "54321",
"country": "USA"
}
]
}