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

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

: example-bundle-lab-order-no-id - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-bundle-lab-order-no-id"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:00000001-0001-0001-0001-000000000001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:00000001-0001-0001-0001-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "ServiceRequest"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:00000001-0001-0001-0002-000000000001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:00000001-0001-0001-0002-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Specimen"^^xsd:anyURI ]     ]
  ] ) . # 

<urn:uuid:00000001-0001-0001-0001-000000000001> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "sr-lab-bundle-sample-no-id"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-04-09T23:19:39.908+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "sample"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_sr-lab-bundle-sample-no-id\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest sr-lab-bundle-sample-no-id</b></p><a name=\"sr-lab-bundle-sample-no-id\"> </a><a name=\"hcsr-lab-bundle-sample-no-id\"> </a><a name=\"sr-lab-bundle-sample-no-id-en-US\"> </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-09 23:19:39+0800; </p><p style=\"margin-bottom: 0px\">Information Source: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-my-core.html\">ServiceRequest (MY Core)</a></p><p style=\"margin-bottom: 0px\">Security Label: normal (Details: Confidentiality code N = 'normal')</p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/service-request-id</code>/HTJ-LBO-2307000113</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 108252007}\">Laboratory Procedure</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/lab-sub-group-my-core 01}\">Chemical Pathology</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1988-5}\">C reactive protein [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>encounter</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Encounter_encounter-sample\">Bundle: type = transaction</a></p><p><b>occurrence</b>: 2023-07-26 16:18:08+0800</p><p><b>authoredOn</b>: 2023-07-26 16:18:08+0800</p><p><b>requester</b>: Wong Ah Liu (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/76212)</p><p><b>performerType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}\">Affiliate</span></p><p><b>performer</b>: </p><ul><li><a href=\"HealthcareService/881dbdbf-8660-4f92-bffa-5c2615b61805\">HealthcareService/881dbdbf-8660-4f92-bffa-5c2615b61805</a></li><li><a href=\"Organization/11-05060009\">HOSPITAL TUANKU JA'AFAR</a></li><li><a href=\"Organization/21-05060049\">Klinik Kesihatan Seremban</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/service-request-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HTJ-LBO-2307000113" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  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:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/lab-sub-group-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Chemical Pathology" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:1988-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1988-5" ] ;
fhir:display [ fhir:v "C reactive protein [Mass/volume] in Serum or Plasma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-sample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-sample" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2023-07-26T16:18:08+08:00"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-07-26T16:18:08+08:00"^^xsd:dateTime] ; # 
  fhir:requester [
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 "76212" ]     ] ;
fhir:display [ fhir:v "Wong Ah Liu" ]
  ] ; # 
  fhir:performerType [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "affiliate" ] ;
fhir:display [ fhir:v "Affiliate" ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "HealthcareService/881dbdbf-8660-4f92-bffa-5c2615b61805" ]
  ] [
fhir:reference [ fhir:v "Organization/11-05060009" ] ;
fhir:identifier [
fhir:value [ fhir:v "requester-facility" ]     ] ;
fhir:display [ fhir:v "HOSPITAL TUANKU JA'AFAR" ]
  ] [
fhir:reference [ fhir:v "Organization/21-05060049" ] ;
fhir:identifier [
fhir:value [ fhir:v "performer-facility" ]     ] ;
fhir:display [ fhir:v "Klinik Kesihatan Seremban" ]
  ] ) . # 

<urn:uuid:00000001-0001-0001-0002-000000000001> a fhir:Specimen ;
  fhir:id [ fhir:v "specimen-bundle-sample-no-id"] ; # 
  fhir:meta [
fhir:source [ fhir:v "sample"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Specimen-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Specimen-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_specimen-bundle-sample-no-id\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-bundle-sample-no-id</b></p><a name=\"specimen-bundle-sample-no-id\"> </a><a name=\"hcspecimen-bundle-sample-no-id\"> </a><a name=\"specimen-bundle-sample-no-id-en-US\"> </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: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen-my-core.html\">Specimen (MY Core)</a></p></div><p><b>accessionIdentifier</b>: <code>http://fhir.hie.moh.gov.my/sid/service-request-id</code>/HTJ-LBO-2307000113</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specimen-type-my-core Bld}\">Blood</span></p><p><b>subject</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>receivedTime</b>: 2023-07-26 16:18:08+0800</p><p><b>request</b>: <a href=\"Bundle-example-bundle-lab-order-no-id.html#ServiceRequest_sr-lab-bundle-sample-no-id\">Bundle: type = transaction</a></p><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Plain tube</td><td><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specimen-container-type-my-core 001}\">Plain tube</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:accessionIdentifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/service-request-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HTJ-LBO-2307000113" ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/specimen-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bld" ] ;
fhir:display [ fhir:v "Blood" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-sample" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2023-07-26T16:18:08+08:00"^^xsd:dateTime] ; # 
  fhir:request ( [
fhir:reference [ fhir:v "ServiceRequest/sr-lab-bundle-sample-no-id" ]
  ] ) ; # 
  fhir:container ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/specimen-combine-sample-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "true"^^xsd:boolean       ]     ] ) ;
fhir:description [ fhir:v "Plain tube" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/specimen-container-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "Plain tube" ]       ] )     ]
  ] ) . #