International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Observation: imaging CT Abdomen W contrast IV - TTL Representation

Page standards status: Informative

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 "ips-example-imaging-1"] ; # 
  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/eumfh-39-07</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/eumfh-39-07" ]
  ] ; # 
  fhir:effective [ fhir:v "1995-06-08"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/eumfh-39-07" ]
  ] [
fhir:reference [ fhir:v "Organization/TII-Organization1" ]
  ] ) ; # 
  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."] . #