FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcastDiagnosticReportOpen-Example - 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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2402d3bd-e988-414b-b7f2-4322e86c9327"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-open"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-open>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 19005-8}\">Radiology Imaging study [Impression] (narrative)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Smith (Official)</b> male, DoB: 1978-11-03 ( Medical record number/4438001 (use: official))</td></tr></table><p><b>Report Details</b></p></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ;
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 "urn:oid:2.16.840.1.113883.19.5"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GH339884" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/a92ac1be-fb34-49c1-be58-10928bd271cc" ] ;
fhir:display [ fhir:v "My Healthcare Provider" ]       ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "unknown"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:19005-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19005-8" ] ;
fhir:display [ fhir:v "Radiology Imaging study [Impression] (narrative)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/503824b8-fe8c-4227-b061-7181ba6c3926" ]
  ] ; # 
  fhir:imagingStudy ( [
fhir:reference [ fhir:v "ImagingStudy/e25c1d31-20a2-41f8-8d85-fe2fdeac74fd" ]
  ] ) . #