FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeHealthcareService
IdHealthcareService-SDOHCC-HealthcareServiceTelecomAppointmentExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
    }
  ]
}