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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Observation-img-2b324f047ec7"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileObservationHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileObservationHCEU> ] )
] ; #
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: Observation Example-Observation-img-2b324f047ec7</b></p><a name=\"Example-Observation-img-2b324f047ec7\"> </a><a name=\"hcExample-Observation-img-2b324f047ec7\"> </a><a name=\"Example-Observation-img-2b324f047ec7-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-ProfileObservationHCEU.html\">HCEU - Intramural - Observation</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/observations/</code>/2b324f047ec7 (use: usual, )</p><p><b>basedOn</b>: <a href=\"ServiceRequest-Example-ServiceRequest-img-86ec18d41b7e.html\">ServiceRequest Radiografía de mano</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 25006-8}\">Trauma leve en ligamentos del pulgar izquierdo</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient-img-e2648844a31a.html\">Sofía Gabriela Hernández(official) Female, DoB: 2016-02-18 ( Numero único de Identificación: 1016419135 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Example-Encounter-img-d8ab2fc9e728.html\">Encounter: extension = Derivado de consulta externa (Vías de ingreso#02); identifier = http://hospitalSystemInformation.example.org/admissions#enc-d8ab2fc9e728-imagen (use: usual, ); status = finished; class = Pre-encounter (diagnostic support) (ActCode#PRENC); type = Other ambulatory visit; serviceType = RADIOLOGIA E IMAGENES DIAGNOSTICAS; priority = Urgente; period = 2025-07-17 14:54:15+0000 --> 2025-07-17 15:10:00+0000</a></p><p><b>effective</b>: 2025-07-30 09:00:00-0500 --> 2025-07-30 09:15:00-0500</p><p><b>issued</b>: 2025-07-30 10:00:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Example-img-PractitionerRole-119c815a75ad.html\">PractitionerRole Pediatric orthopedic surgeon</a></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation A}\">Abnormal</span></p><p><b>note</b>: Se observa trauma leve en los ligamentos colaterales cubitales del pulgar izquierdo, sin evidencia de fractura desplazada.</p><p><b>device</b>: <a href=\"Device-Example-Device-img-6f8827f37e62.html\">Device: identifier = http://devices.prestadores.minsalud.gov.co/#6f8827f37e62 (use: usual, ); type = Diagnostic imaging equipment (physical object)</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/observations/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2b324f047ec7" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/Example-ServiceRequest-img-86ec18d41b7e" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:25006-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "25006-8" ] ;
fhir:display [ fhir:v "XR Thumb Views" ] ] ) ;
fhir:text [ fhir:v "Trauma leve en ligamentos del pulgar izquierdo" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-img-e2648844a31a" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-Encounter-img-d8ab2fc9e728" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-07-30T09:00:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-07-30T09:15:00-05:00"^^xsd:dateTime ]
] ; #
fhir:issued [ fhir:v "2025-07-30T10:00:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/Example-img-PractitionerRole-119c815a75ad" ]
] ) ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Abnormal" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Se observa trauma leve en los ligamentos colaterales cubitales del pulgar izquierdo, sin evidencia de fractura desplazada." ]
] ) ; #
fhir:device [
fhir:reference [ fhir:v "Device/Example-Device-img-6f8827f37e62" ]
] . #
IG © Secretaría de Salud de Bogotá 2025+ minsait - An Indra Company. Package fhir.onesait-healthcare-sds-bogota-api-fhir#0.14.0 based on FHIR 4.0.1. Generated 2025-08-04
Links: Tabla de contenido |
Reporte QA