Radiology (Sandbox) - Local Development build (v0.0.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: DocumentReference NRL for a Imaging Report - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DocumentReferenceImagingReportNRL"] ; #
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: DocumentReference DocumentReferenceImagingReportNRL</b></p><a name=\"DocumentReferenceImagingReportNRL\"> </a><a name=\"hcDocumentReferenceImagingReportNRL\"> </a><a name=\"DocumentReferenceImagingReportNRL-en-US\"> </a><p><b>identifier</b>: Accession-Number/Y05868.123456789</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{https://nicip.nhs.uk MAULR}\">MRA Upper limb Rt</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 4201000179104}\">Imaging report</span></p><p><b>subject</b>: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9912003888</p><p><b>custodian</b>: LEEDS TEACHING HOSPITALS NHS TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8)</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&canonical=https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms\">https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms</a></td><td>Imaging Report</td><td>2023-10-22 09:31:45+0000</td></tr></table><p><b>format</b>: [not stated] apiplatform: API Platform</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:type [
fhir:text [ fhir:v "Accession-Number" ] ] ;
fhir:value [ fhir:v "Y05868.123456789" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://nicip.nhs.uk"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MAULR" ] ;
fhir:display [ fhir:v "MRA Upper limb Rt" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a sct:4201000179104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4201000179104" ] ;
fhir:display [ fhir:v "Imaging report" ] ] )
] ) ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9912003888" ] ]
] ; #
fhir:custodian [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RR8" ] ] ;
fhir:display [ fhir:v "LEEDS TEACHING HOSPITALS NHS TRUST" ]
] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/fhir+json" ] ;
fhir:url [ fhir:v "https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Imaging Report" ] ;
fhir:creation [ fhir:v "2023-10-22T09:31:45+00:00"^^xsd:dateTime ] ] ;
fhir:format [
fhir:code [ fhir:v "apiplatform" ] ;
fhir:display [ fhir:v "API Platform" ] ]
] ) . #