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
@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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "29c2e207-7c1e-4581-8394-c126875aa896"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/CareDeliveryLocationCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/CareDeliveryLocationCO> ] )
] ; #
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: Location 29c2e207-7c1e-4581-8394-c126875aa896</b></p><a name=\"29c2e207-7c1e-4581-8394-c126875aa896\"> </a><a name=\"hc29c2e207-7c1e-4581-8394-c126875aa896\"> </a><a name=\"29c2e207-7c1e-4581-8394-c126875aa896-es-CO\"> </a><p><b>identifier</b>: <code>http://co.fhir.guide/NamingSystem/REPS</code>/1100100011 (use: official, )</p><p><b>status</b>: Active</p><p><b>name</b>: SEDE PRINCIPAL</p><p><b>alias</b>: HGC1</p><p><b>description</b>: Sede principal del Hospital General Central</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+57(000)000-0000\">+57(000)000-0000</a>, <a href=\"http://hospital.example.com\">http://hospital.example.com</a></p><p><b>address</b>: Cl. 7 #40 00, Chapinero(work)</p><p><b>managingOrganization</b>: <a href=\"Organization-3565ccc1-95b4-47ef-8cc9-5652dba007e6.html\">Organization HOSPITAL GENERAL CENTRAL</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday</p><p><b>allDay</b>: true</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 "1100100011" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "SEDE PRINCIPAL"] ; #
fhir:alias ( [ fhir:v "HGC1"] ) ; #
fhir:description [ fhir:v "Sede principal del Hospital General Central"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSP" ] ;
fhir:display [ fhir:v "Hospital" ] ] )
] ) ; #
fhir:telecom ( [
fhir:id [ fhir:v "TelecomPhone-0" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+57(000)000-0000" ]
] [
fhir:id [ fhir:v "TelecomURL-0" ] ;
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hospital.example.com" ]
] ) ; #
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Cl. 7 #40 00, Chapinero" ] ;
fhir:city [
fhir:v "Bogotá D.C." ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11001" ] ] ] ) ] ;
fhir:district [ fhir:v "Chapinero" ] ;
fhir:state [
fhir:v "Bogotá D.C." ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ] ] ) ] ;
fhir:postalCode [ fhir:v "11001" ] ;
fhir:country [ fhir:v "CO" ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6" ]
] ; #
fhir:hoursOfOperation ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] [ fhir:v "sat" ] [ fhir:v "sun" ] ) ;
fhir:allDay [ fhir:v "true"^^xsd:boolean ]
] ) . #
IG © 2024+ HL7 Colombia. Package hl7.fhir.co.core#0.1.0 based on FHIR 4.0.1. Generated 2024-11-19
Links: Table of Contents
|