Televisita - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Observation-confronto-esami - 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 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 "ecc5c95f-a1c0-483c-b48e-5fd84762c393"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://agenas.gov.it/fhir/StructureDefinition/ObservationTelemedicina"^^xsd:anyURI ;
fhir:link <https://agenas.gov.it/fhir/StructureDefinition/ObservationTelemedicina> ] )
] ; #
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 ecc5c95f-a1c0-483c-b48e-5fd84762c393</b></p><a name=\"ecc5c95f-a1c0-483c-b48e-5fd84762c393\"> </a><a name=\"hcecc5c95f-a1c0-483c-b48e-5fd84762c393\"> </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-ObservationTelemedicina.html\">ObservationTelemedicina</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 93126-1}\">Comparison with previous results</span></p><p><b>subject</b>: <a href=\"Patient-2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82.html\">Maria Rossi Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>effective</b>: 2025-06-16 10:30:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-2b373c5c-0fbf-4167-875b-47ee7fc5cd5d.html\">Practitioner John Doe </a></p><p><b>value</b>: Rispetto al controllo precedente, lieve miglioramento del quadro bronchiolitico.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:93126-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "93126-1" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-06-16T10:30:00+02:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/2b373c5c-0fbf-4167-875b-47ee7fc5cd5d" ]
] ) ; #
fhir:value [
a fhir:string ;
fhir:v "Rispetto al controllo precedente, lieve miglioramento del quadro bronchiolitico."
] . #