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
: FHIRcastDiagnosticReportSelect-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-select"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-select"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-select> ] )
] ; #
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 2402d3bd-e988-414b-b7f2-4322e86c9327-select</b></p><a name=\"2402d3bd-e988-414b-b7f2-4322e86c9327-select\"> </a><a name=\"hc2402d3bd-e988-414b-b7f2-4322e86c9327-select\"> </a><a name=\"2402d3bd-e988-414b-b7f2-4322e86c9327-select-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 19005-8}\">Radiology Imaging study [Impression] (narrative)</span> </h2><table class=\"grid\"/><p><b>Report Details</b></p></div>"
] ; #
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)" ] ] )
] . #