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-observation-antibody-screen - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-observation-antibody-screen"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-10-23T02:03:35.059+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://transfusion.moh.gov.my"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core>     ] [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-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: Observation example-observation-antibody-screen</b></p><a name=\"example-observation-antibody-screen\"> </a><a name=\"hcexample-observation-antibody-screen\"> </a><a name=\"example-observation-antibody-screen-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\">version: 1; Last updated: 2023-10-23 02:03:35+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://transfusion.moh.gov.my\">http://transfusion.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-Observation-lab-result-my-core.html\">Observation Lab Result (MY Core)</a>, <code>http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core</code></p></div><p><b>identifier</b>: HTJ-COT-2300031123-Antibody</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP67167-4}\">Blood group antibody screen</span></p><p><b>subject</b>: <a href=\"Patient/HTJ-PID-2100005123\">YAMIN BIN SUDIRMAN</a></p><p><b>effective</b>: 2023-10-22 22:27:52+0800</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org LP37068-1}\">Antibodies identified</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "HTJ-COT-2300031123-Antibody" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:LP67167-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP67167-4" ] ;
fhir:display [ fhir:v "Blood group antibody screen" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HTJ-PID-2100005123" ] ;
fhir:display [ fhir:v "YAMIN BIN SUDIRMAN" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2023-10-22T22:27:52+08:00"^^xsd:dateTime
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NEG" ] ;
fhir:display [ fhir:v "Negative" ]     ] )
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:LP37068-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP37068-1" ] ;
fhir:display [ fhir:v "Antibodies identified" ]       ] )     ]
  ] ) . #