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-CE-Observation-25710a56f1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileObservationVitalSignsHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileObservationVitalSignsHCEU> ] )
] ; #
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-CE-Observation-25710a56f1</b></p><a name=\"Example-CE-Observation-25710a56f1\"> </a><a name=\"hcExample-CE-Observation-25710a56f1\"> </a><a name=\"Example-CE-Observation-25710a56f1-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-ProfileObservationVitalSignsHCEU.html\">HCEU - Observation vital signs</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/observations/</code>/observation-ce-008 (use: usual, )</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85353-1}\">Vital signs, weight, height, head circumference, oxygen saturation and BMI panel</span></p><p><b>subject</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Example-CE-Encounter-6bf8f5968a20.html\">Encounter: extension = Demanda espontánea (Vías de ingreso#01); identifier = http://hospitalSystemInformation.example.org/admissions#ENC-001 (use: usual, ); status = finished; class = Consulta Externa (ActCode#AMB); serviceType = GENERAL ADULTOS; period = 2025-04-14 09:00:00+0000 --> 2025-04-14 09:30:00+0000</a></p><p><b>effective</b>: 2025-03-18 07:55:00+0000 --> 2025-03-18 08:05:00+0000</p><p><b>issued</b>: 2025-03-18 08:05:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-Example-CE-Practitioner-7ca0b887ef05.html\">Practitioner Felipe Andrés Camargo Parada(official)</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 8480-6}\">SYSTOLIC BLOOD PRESSURE</span></p><p><b>value</b>: 80 mm[Hg]</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 8462-4}\">DIASTOLIC BLOOD PRESSURE</span></p><p><b>value</b>: 120 mm[Hg]</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 8867-4}\">HEART RATE</span></p><p><b>value</b>: 80 ppm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 9279-1}\">Respiratory rate</span></p><p><b>value</b>: 18 rpm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 8310-5}\">BODY TEMPERATURE</span></p><p><b>value</b>: 37.2 Celsius</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 2710-2}\">OXYGEN SATURATION</span></p><p><b>value</b>: 98 %</p></blockquote></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 "observation-ce-008" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:85353-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85353-1" ] ;
fhir:display [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-CE-Patient-352d698c8230" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-CE-Encounter-6bf8f5968a20" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-03-18T07:55:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-03-18T08:05:00Z"^^xsd:dateTime ]
] ; #
fhir:issued [ fhir:v "2025-03-18T08:05:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Example-CE-Practitioner-7ca0b887ef05" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "SYSTOLIC BLOOD PRESSURE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "DIASTOLIC BLOOD PRESSURE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "HEART RATE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ppm" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9279-1" ] ;
fhir:display [ fhir:v "Respiratory rate" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "18"^^xsd:decimal ] ;
fhir:unit [ fhir:v "rpm" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "BODY TEMPERATURE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 37.2 ] ;
fhir:unit [ fhir:v "Celsius" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2710-2" ] ;
fhir:display [ fhir:v "OXYGEN SATURATION" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "98"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ]
] ) . #
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