MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ObsSleepIndicatorExample001 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObsSleepIndicatorExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/ObsHealthIndicatorsMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/ObsHealthIndicatorsMED> ] )
] ; #
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 ObsSleepIndicatorExample001</b></p><a name=\"ObsSleepIndicatorExample001\"> </a><a name=\"hcObsSleepIndicatorExample001\"> </a><a name=\"ObsSleepIndicatorExample001-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">activity</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 93832-4}\">Duración del sueño: Paciente:Punto temporal:Tiempo:Cuantitativo:</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>effective</b>: 2024-01-03</p><p><b>issued</b>: 2024-09-11 13:28:17+0200</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample001.html\">Practitioner Dr. Rene Favaloro</a></p><p><b>value</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/HealthIndicatorRangeCS 3}\">Fair</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "activity" ] ;
fhir:display [ fhir:v "activity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:93832-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "93832-4" ] ;
fhir:display [ fhir:v "Duración del sueño: Paciente:Punto temporal:Tiempo:Cuantitativo:" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:effective [ fhir:v "2024-01-03"^^xsd:date] ; #
fhir:issued [ fhir:v "2024-09-11T13:28:17.239+02:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample001" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/HealthIndicatorRangeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Fair" ] ] )
] . #