FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | HealthcareService |
| Id | HealthcareService-SDOHCC-HealthcareServiceTelecomAppointmentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService SDOHCC-HealthcareServiceTelecomAppointmentExample
Language: en
Profile: SDOHCC Healthcare Service
active: true
location: Location Family Counseling Services Deerland Clinic
name: Family Counseling Services
telecom: ph: (555) appoint(Work), familyCounseling@example.com, ph: (555) office(Work), ph: (555) nursepr(Work)
{
"resourceType": "HealthcareService",
"id": "SDOHCC-HealthcareServiceTelecomAppointmentExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-HealthcareService"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"location": [
{
"reference": "Location/SDOHCC-LocationExample"
}
],
"name": "Family Counseling Services",
"telecom": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointment",
"valueBoolean": true
}
],
"system": "phone",
"value": "(555) appoint",
"use": "work"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointment",
"valueBoolean": true
}
],
"system": "email",
"value": "familyCounseling@example.com",
"use": "work"
},
{
"system": "phone",
"value": "(555) office",
"use": "work"
},
{
"system": "phone",
"value": "(555) nursepr",
"use": "work"
}
]
}