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-HealthcareService-d9033d71532b - 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:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-HealthcareService-d9033d71532b"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileHealthCareServiceHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileHealthCareServiceHCEU>     ] )
  ] ; # 
  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 Example-HealthcareService-d9033d71532b</b></p><a name=\"Example-HealthcareService-d9033d71532b\"> </a><a name=\"hcExample-HealthcareService-d9033d71532b\"> </a><a name=\"Example-HealthcareService-d9033d71532b-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-ProfileHealthCareServiceHCEU.html\">HCEU - Health Care Service</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/HealthcareServices/</code>/Urgencias-001 (use: usual, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-Example-Organization-2c3a5f6d1e4d.html\">Organization CLINICA IPS ATENCION SALUD</a></p><p><b>category</b>: <span title=\"Codes:{https://hl7.org/fhir/R4/valueset-service-category.html 17}\">General Practice</span></p><p><b>type</b>: <span title=\"Codes:{https://hl7.org/fhir/R4/valueset-service-type.html 52}\">Emergency Care</span></p><p><b>specialty</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Especialidades 382}\">Medicina De Urgencias Y Domiciliaria</span></p><p><b>location</b>: <a href=\"Location-Example-Location-Urgencias-bdb7a6003025.html\">Location Emergency Room 1</a></p><p><b>name</b>: Servicio de Urgencias</p><p><b>comment</b>: Atención de emergencias las 24 horas</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/HealthcareServices/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Urgencias-001" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/Example-Organization-2c3a5f6d1e4d" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7.org/fhir/R4/valueset-service-category.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ]     ] )
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7.org/fhir/R4/valueset-service-type.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "52" ] ;
fhir:display [ fhir:v "Emergency Care" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Especialidades"^^xsd:anyURI ] ;
fhir:code [ fhir:v "382" ] ;
fhir:display [ fhir:v "Medicina De Urgencias Y Domiciliaria" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/Example-Location-Urgencias-bdb7a6003025" ]
  ] ) ; # 
  fhir:name [ fhir:v "Servicio de Urgencias"] ; # 
  fhir:comment [ fhir:v "Atención de emergencias las 24 horas"] . #