SDOH Clinical Care
2.1.0 - STU 2.1 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC HealthcareService Telecom Appointment Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SDOHCC-HealthcareServiceTelecomAppointmentExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-HealthcareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"SDOHCC-HealthcareServiceTelecomAppointmentExample\"> </a><a name=\"hcSDOHCC-HealthcareServiceTelecomAppointmentExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService &quot;SDOHCC-HealthcareServiceTelecomAppointmentExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-HealthcareService.html\">SDOHCC Healthcare Service</a></p></div><p><b>active</b>: true</p><p><b>location</b>: <a href=\"Location-SDOHCC-LocationExample.html\">Location/SDOHCC-LocationExample</a> &quot;Family Counseling Services Deerland Clinic&quot;</p><p><b>name</b>: Family Counseling Services</p><p><b>telecom</b>: ph: (555) appoint(WORK), <a href=\"mailto:familyCounseling@example.com\">familyCounseling@example.com</a>, ph: (555) office(WORK), ph: (555) nursepr(WORK)</p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/SDOHCC-LocationExample" ]
  ] ) ; # 
  fhir:name [ fhir:v "Family Counseling Services"] ; # 
  fhir:telecom ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(555) appoint" ] ;
fhir:use [ fhir:v "work" ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "familyCounseling@example.com" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(555) office" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(555) nursepr" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #