Tiempos de Espera Interoperable
0.2.3 - draft Chile flag

Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/tei/ and changes regularly. See the Directory of published versions

: Ejemplo Resultado Examen - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/AnticuerpoAdrenal> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AnticuerpoAdrenal"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ObservationResultadoExamen" ;
       fhir:index 0 ;
       fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ObservationResultadoExamen>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observación AnticuerpoAdrenal</b></p><a name=\"AnticuerpoAdrenal\"> </a><a name=\"hcAnticuerpoAdrenal\"> </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-ObservationResultadoExamen.html\">Observation Resultado Examen</a></p></div><p><b>status</b>: Registered</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8059-8}\">Ab adrenal en Sérum</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterIniciarEjemplo.html\">Encounter: extension = Derivación; identifier = http://example.org/sampleencounter-identifier#123 (use: official, ); status = finished; class = Presencial (Modalidad Atencion Codigo#1); period = 2024-01-17 16:00:00+1000 --&gt; 2024-01-17 16:30:00+1000</a></p><p><b>effective</b>: 2024-01-17 15:00:00-0300</p><p><b>value</b>: 10 arb'U/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[arb'U]/mL = '[arb'U]/mL')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "registered"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:8059-8 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "8059-8" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Ab adrenal en Sérum" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploPatientLE> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploPatientLE" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/EncounterIniciarEjemplo> ;
     fhir:Reference.reference [ fhir:value "Encounter/EncounterIniciarEjemplo" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-01-17T15:00:00-03:00"^^xsd:dateTime] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "arb'U/mL" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "[arb'U]/mL" ]
  ] .

<http://hl7.org/fhir/Patient/EjemploPatientLE> a fhir:Patient .

<http://hl7.org/fhir/Encounter/EncounterIniciarEjemplo> a fhir:Encounter .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/AnticuerpoAdrenal.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/AnticuerpoAdrenal.ttl> .