FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HealthcareService: qualified healthcare service - TTL Representation
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 "2d2592ef-7a5e-43ca-8512-06fd9acfd01a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/HealthcareServiceCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/HealthcareServiceCO> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService 2d2592ef-7a5e-43ca-8512-06fd9acfd01a</b></p><a name=\"2d2592ef-7a5e-43ca-8512-06fd9acfd01a\"> </a><a name=\"hc2d2592ef-7a5e-43ca-8512-06fd9acfd01a\"> </a><a name=\"2d2592ef-7a5e-43ca-8512-06fd9acfd01a-es-CO\"> </a><p><b>identifier</b>: <code>http://co.fhir.guide/NamingSystem/REPS</code>/DHSS1111111 (use: official, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-3565ccc1-95b4-47ef-8cc9-5652dba007e6.html\">Organization HOSPITAL GENERAL CENTRAL</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServiceCategory 73588009}\">Apoyo Diagnóstico y Complementación Terapéutica</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServices 323}\">INFECTOLOGÍA</span></p><p><b>location</b>: <a href=\"Location-29c2e207-7c1e-4581-8394-c126875aa896.html\">Location SEDE PRINCIPAL</a></p><p><b>name</b>: Servicio de Infectología</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 19:00:00</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/REPS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DHSS1111111" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServiceCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73588009" ] ;
fhir:display [ fhir:v "Apoyo Diagnóstico y Complementación Terapéutica" ] ] )
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/REPShealthcareServices"^^xsd:anyURI ] ;
fhir:code [ fhir:v "323" ] ;
fhir:display [ fhir:v "INFECTOLOGÍA" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/29c2e207-7c1e-4581-8394-c126875aa896" ]
] ) ; #
fhir:name [ fhir:v "Servicio de Infectología"] ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] [ fhir:v "sat" ] ) ;
fhir:availableStartTime [ fhir:v "07:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "19:00:00"^^xsd:time ]
] ) . #