Breast Screening NZ FHIR Implementation Guide
1.1.0 - Release

Breast Screening NZ FHIR Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DIAGNOSTICREPORT-BUNDLE-1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/DRB1> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DRB1"] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR123" ] ;
     fhir:Bundle.entry.resource <https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR123>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR456" ] ;
     fhir:Bundle.entry.resource <https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR456>
  ] .

<https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR123> a fhir:DiagnosticReport ;
  fhir:Resource.id [ fhir:value "DR123"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_DR123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DR123</b></p><a name=\"DR123\"> </a><a name=\"hcDR123\"> </a><h2><span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostic imaging study</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>Reported</td><td>2005-05-16 00:00:00+0000</td></tr><tr><td>Presented Form</td><td> text/html: SGVsbG8gV29ybGQhISE=</td></tr></table><p><b>Report Details</b></p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "RAD" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:Reference.type [ fhir:value "Patient" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.value [ fhir:value "ZJM9397" ]
     ]
  ] ;
  fhir:DiagnosticReport.issued [ fhir:value "2005-05-16T00:00:00+00:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "text/html" ] ;
     fhir:Attachment.data [ fhir:value "SGVsbG8gV29ybGQhISE="^^xsd:base64Binary ]
  ] .

<https://bsa-uat.pinga.health/fhir/DiagnosticReport/DR456> a fhir:DiagnosticReport ;
  fhir:Resource.id [ fhir:value "DR456"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_DR456\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DR456</b></p><a name=\"DR456\"> </a><a name=\"hcDR456\"> </a><h2><span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostic imaging study</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>Reported</td><td>2025-05-16 00:00:00+0000</td></tr><tr><td>Presented Form</td><td> text/html: SGVsbG8gV29ybGQhISE=</td></tr></table><p><b>Report Details</b></p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "preliminary"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "RAD" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:Reference.type [ fhir:value "Patient" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.value [ fhir:value "ZUA48EH" ]
     ]
  ] ;
  fhir:DiagnosticReport.issued [ fhir:value "2025-05-16T00:00:00+00:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "text/html" ] ;
     fhir:Attachment.data [ fhir:value "SGVsbG8gV29ybGQhISE="^^xsd:base64Binary ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/DRB1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/DRB1.ttl> .