ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
: Diagnostic Report - Bilateral Feet X-Ray - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CarlFredericksonXrayFeet"] ; #
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: DiagnosticReport CarlFredericksonXrayFeet</b></p><a name=\"CarlFredericksonXrayFeet\"> </a><a name=\"hcCarlFredericksonXrayFeet\"> </a><h2><span title=\"Codes:{http://www.ama-assn.org/go/cpt 73620}\">X-ray, bilateral feet, weightbearing, 2 views: dorsoplantar (DP) and axial</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 RAD}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-11-15 10:30:00+0000</td></tr><tr><td>Reported</td><td>2022-11-15 14:45:00+0000</td></tr><tr><td>Performer</td><td> Dr. Robert Smith, Radiologist</td></tr><tr><td>Identifier</td><td> <code>http://shift.github.io/demo/diagnosticreport-identifier</code>/XRAY-23456</td></tr></table><p><b>Report Details</b></p><p>Bilateral bunions with hallux valgus deformity, moderate degenerative changes in the first metatarsophalangeal joint bilaterally, more pronounced on the right.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://shift.github.io/demo/diagnosticreport-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "XRAY-23456" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RAD" ] ;
fhir:display [ fhir:v "Radiology" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73620" ] ;
fhir:display [ fhir:v "Radiologic examination, foot; 2 views" ] ] ) ;
fhir:text [ fhir:v "X-ray, bilateral feet, weightbearing, 2 views: dorsoplantar (DP) and axial" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:CarlFrederickson" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2022-11-15T10:30:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2022-11-15T14:45:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:display [ fhir:v "Dr. Robert Smith, Radiologist" ]
] ) ; #
fhir:conclusion [ fhir:v "Bilateral bunions with hallux valgus deformity, moderate degenerative changes in the first metatarsophalangeal joint bilaterally, more pronounced on the right."] . #