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-medication - 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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-medication"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "10" ] ;
fhir:lastUpdated [ fhir:v "2022-08-22T08:29:46.670+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#luMHDWniHDEi418A"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Medication-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Medication-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication example-medication</b></p><a name=\"example-medication\"> </a><a name=\"hcexample-medication\"> </a><a name=\"example-medication-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: 10; Last updated: 2022-08-22 08:29:46+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#luMHDWniHDEi418A\">http://provider.hie.moh.gov.my#luMHDWniHDEi418A</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-my-core.html\">Medication (MY Core)</a></p></div><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: <a href=\"PractitionerRole/8c99c924-ba17-47aa-8bf1-b88cf0e68b61/_history/1\">HASAN</a></li><li>recordedDate: 2022-08-15 14:48:27+0800</li><li>lastUpdater: <a href=\"PractitionerRole/8c99c924-ba17-47aa-8bf1-b88cf0e68b61/_history/1\">HASAN</a></li></ul></blockquote><p><b>ExtensionServiceProvider (MY Core)</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p><p><b>ExtensionMedicationKnowledge (MY Core)</b>: <a href=\"MedicationKnowledge/N02BE01000T1001XX\">MedicationKnowledge/N02BE01000T1001XX</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core N02BE01000T1001XX}\">Paracetamol 500mg Tab</span></p><p><b>status</b>: Active</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "recorder"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/8c99c924-ba17-47aa-8bf1-b88cf0e68b61/_history/1" ] ;
fhir:display [ fhir:v "HASAN" ]       ]     ] [
fhir:url [ fhir:v "recordedDate"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2022-08-15T14:48:27+08:00"^^xsd:dateTime       ]     ] [
fhir:url [ fhir:v "lastUpdater"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/8c99c924-ba17-47aa-8bf1-b88cf0e68b61/_history/1" ] ;
fhir:display [ fhir:v "HASAN" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/service-provider-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/11-05060009" ]     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/medication-knowledge-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationKnowledge/N02BE01000T1001XX" ]     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N02BE01000T1001XX" ] ;
fhir:display [ fhir:v "Paracetamol 500 mg Tablet" ]     ] ) ;
fhir:text [ fhir:v "Paracetamol 500mg Tab" ]
  ] ; # 
  fhir:status [ fhir:v "active"] . #