This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Exemplo de observação. - 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 "12813e0a-e0f8-4318-9e2a-2eced2470876"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>CT Abdomen W contrast IV</b>\n </p>\n <p>\n <b>date</b>: 1995-06-08\n </p>\n <p>\n <b>subject</b>:\n <a>Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41</a>\n </p>\n <p>\n <b>value</b>: 3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma.\n </p>\n </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 "imaging" ] ;
fhir:display [ fhir:v "Imaging" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:79103-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "79103-8" ] ;
fhir:display [ fhir:v "CT Abdomen W contrast IV" ] ] ) ;
fhir:text [ fhir:v "Upper abdomen with the administration of oral and intravenous contrast (example-4)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41" ]
] ; #
fhir:effective [ fhir:v "1995-06-08"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/f66c9fd0-8b03-4953-a4b0-34d48744c386" ]
] [
fhir:reference [ fhir:v "Organization/31024c66-483a-4c80-b182-157ee133ca96" ]
] ) ; #
fhir:value [ fhir:v "3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma."] . #