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 Diagnostic Report Lab 1 - 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 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-lab-1"] ; #
fhir:meta [
fhir:source [ fhir:v "Postman"^^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-lab-1</b></p><a name=\"example-diagnosticreport-lab-1\"> </a><a name=\"hcexample-diagnosticreport-lab-1\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: Postman</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://loinc.org 58410-2}\">Full Blood Count (FBC)</span> (<span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 108252007}\">Laboratory Procedure</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-10-11 11:48:54+0800</td></tr><tr><td>Reported</td><td>2022-10-11 11:48:54+0800</td></tr><tr><td>Identifier</td><td> <code>http://fhir.hie.moh.gov.my/sid/barcode</code>/UAT0000000021</td></tr></table><p><b>Report Details</b></p><p>Remark diagnostic report goes here</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/barcode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UAT0000000021" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
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 "108252007" ] ;
fhir:display [ fhir:v "Laboratory Procedure" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "Full Blood Count (FBC)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ROS-21" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/ROS-ENC-21" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2022-10-11T11:48:54+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2022-10-11T11:48:54+08:00"^^xsd:dateTime] ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "PractitionerRole/ac4d23e5-4a9e-4589-ae3e-94a4e475a0a2/_history/5" ] ;
fhir:display [ fhir:v "MODYA" ]
] ) ; #
fhir:conclusion [ fhir:v "Remark diagnostic report goes here"] . #