HL7® FHIR® Malaysia Core (MY Core) Implementation Guide
2.0.1 - ci-build

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example DiagnosticReport Imaging - TTL Representation

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-diagnosticreport-dr-img-sample"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-04-11T13:43:55.704+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "sample"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core>     ] )
  ] ; # 
  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 example-diagnosticreport-dr-img-sample</b></p><a name=\"example-diagnosticreport-dr-img-sample\"> </a><a name=\"hcexample-diagnosticreport-dr-img-sample\"> </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\">Last updated: 2023-04-11 13:43:55+0800; </p><p style=\"margin-bottom: 0px\">Information Source: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-my-core.html\">DiagnosticReport (MY Core)</a></p></div><h2><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core 002}\">Abdomen</span> (<span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 363679005}\">Imaging</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core 01}\">GENERAL RADIOGRAPHY</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core 001}\">ABDOMEN (GENERAL RADIOGRAPHY)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Not done yet</td></tr><tr><td>When For</td><td>2022-12-26 08:00:08+0800</td></tr><tr><td>Reported</td><td>2022-12-26 08:00:00+0800</td></tr><tr><td>Performers</td><td> Amirul Bin Azhar (Identifier: primary_performer) Izzudin Bin Zaid (Identifier: secondary_performer) Nizam Bin Zulkifli (Identifier: verified_by) Nizar Bin Zubir (Identifier: validated_by)</td></tr><tr><td>Identifier</td><td> <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.124.113543.1154777499.30246.19789.3503430046</td></tr></table><p><b>Report Details</b></p><p>Report entry goes here</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/printed-date-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2022-03-27T08:00:08+08:00"^^xsd:dateTime     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "amendedDate"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2022-03-27T08:00:08+08:00"^^xsd:dateTime       ]     ] [
fhir:url [ fhir:v "amendedReason"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Amended Reason remark goes here" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/amended-reason-my-core"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.124.113543.1154777499.30246.19789.3503430046" ]
  ] ) ; # 
  fhir:status [ fhir:v "amended"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363679005" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "GENERAL RADIOGRAPHY" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "ABDOMEN (GENERAL RADIOGRAPHY)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "002" ] ;
fhir:display [ fhir:v "Abdomen" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-sample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-sample" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2022-12-26T08:00:08+08:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2022-12-26T08:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "primary_performer" ]     ] ;
fhir:display [ fhir:v "Amirul Bin Azhar" ]
  ] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "secondary_performer" ]     ] ;
fhir:display [ fhir:v "Izzudin Bin Zaid" ]
  ] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "verified_by" ]     ] ;
fhir:display [ fhir:v "Nizam Bin Zulkifli" ]
  ] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "validated_by" ]     ] ;
fhir:display [ fhir:v "Nizar Bin Zubir" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]     ] ;
fhir:display [ fhir:v "Arumugan A/L Aryan" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Report entry goes here"] . #