Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example-Location-Urgencias-Cirugia-bdb7a6003026 - TTL Representation

Raw ttl | Descargar


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-Location-Urgencias-Cirugia-bdb7a6003026"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileLocationHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileLocationHCEU>     ] )
  ] ; # 
  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 Example-Location-Urgencias-Cirugia-bdb7a6003026</b></p><a name=\"Example-Location-Urgencias-Cirugia-bdb7a6003026\"> </a><a name=\"hcExample-Location-Urgencias-Cirugia-bdb7a6003026\"> </a><a name=\"Example-Location-Urgencias-Cirugia-bdb7a6003026-es-ES\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProfileLocationHCEU.html\">HCEU - Intramural - Location</a></p></div><p><b>identifier</b>: <code>http://hospital.example.org/locations</code>/ER-002 (use: official, )</p><p><b>name</b>: Quirófano 3</p><p><b>alias</b>: ER2, Quirófano 3</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SU}\">Surgery Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-Example-Organization-2c3a5f6d1e4d.html\">CLINICA IPS ATENCION SALUD</a></p><p><b>partOf</b>: <a href=\"Location/example-hospital\">Sede A Clinica Central</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://hospital.example.org/locations"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ER-002" ]
  ] ) ; # 
  fhir:name [ fhir:v "Quirófano 3"] ; # 
  fhir:alias ( [ fhir:v "ER2"] [ fhir:v "Quirófano 3"] ) ; # 
  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 "SU" ] ;
fhir:display [ fhir:v "Surgery Room" ]     ] ) ;
fhir:text [ fhir:v "Surgery Room" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/Example-Organization-2c3a5f6d1e4d" ] ;
fhir:display [ fhir:v "CLINICA IPS ATENCION SALUD" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Location/example-hospital" ] ;
fhir:display [ fhir:v "Sede A Clinica Central" ]
  ] . #