HL7 Europe Extensions 1.3.1 - trial-use 150
This page is part of the HL7 Europe Extensions (v1.3.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/DiagnosticReport/DiagnosticReportStructured> a fhir:DiagnosticReport ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "DiagnosticReportStructured"] ; # fhir:language [ fhir:v "en-GB"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-GB\" lang=\"en-GB\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReportStructured</b></p><a name=\"DiagnosticReportStructured\"> </a><a name=\"hcDiagnosticReportStructured\"> </a><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\">Language: en-GB</p></div><h2><span title=\"Codes:{http://www.ama-assn.org/go/cpt 93351}\">STRESS TTE COMPLETE</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>Relevant Time</td><td>2003-06-01</td></tr><tr><td>Performer</td><td> Best Radiology Dept.</td></tr><tr><td>Identifier</td><td> <code>http://example.org/myhosptital/reportidentifiers</code>/dfkjewoieoijwoskdjf</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.eu/fhir/StructureDefinition/anatomical-region"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:67734004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "67734004" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/myhosptital/reportidentifiers"^^xsd:anyURI ] ; fhir:value [ fhir:v "dfkjewoieoijwoskdjf" ] ] ) ; # 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 "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ; fhir:code [ fhir:v "121022" ] ; fhir:display [ fhir:v "Accession Number" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/myhosptital/accessionsystem"^^xsd:anyURI ] ; fhir:value [ fhir:v "87654321" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "93351" ] ; fhir:display [ fhir:v "STRESS TTE COMPLETE" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "Nice Patient" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2003-06-01"^^xsd:date ] ; # fhir:performer ( [ fhir:display [ fhir:v "Best Radiology Dept." ] ] ) ; # fhir:resultsInterpreter ( [ fhir:display [ fhir:v "Dr. John Doe" ] ] ) ; # fhir:result ( [ fhir:display [ fhir:v "radiology observation" ] ] ) . #