Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions
: CT Abdomen Pelvis - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-ServiceRequest-CT-Abdomen-Pelvis"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-service-request"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-service-request> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest </b><a name=\"example-ServiceRequest-CT-Abdomen-Pelvis\"> </a><a name=\"hcexample-ServiceRequest-CT-Abdomen-Pelvis\"> </a></p><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\">ResourceServiceRequest "example-ServiceRequest-CT-Abdomen-Pelvis" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imaging-service-request.html\">Imaging ServiceRequest</a></p></div><p><b>identifier</b>: Accession ID/A222222</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>COMPUTED TOMOGRAPHY, ABDOMEN AND PELVIS; WITHOUT CONTRAST MATERIAL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CodeSystem-CPT.html#74176)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Patient/example-Patient</a> " SMITH"</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "http://www.acme.com/identifiers/accession"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A222222" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74176" ] ;
fhir:display [ fhir:v "COMPUTED TOMOGRAPHY, ABDOMEN AND PELVIS; WITHOUT CONTRAST MATERIAL" ] ] ) ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-Patient" ]
] . #