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-medicationdispense - 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:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-medicationdispense"] ; # 
  fhir:meta [
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/MedicationDispense-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/MedicationDispense-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: MedicationDispense example-medicationdispense</b></p><a name=\"example-medicationdispense\"> </a><a name=\"hcexample-medicationdispense\"> </a><a name=\"example-medicationdispense-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: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationDispense-my-core.html\">MedicationDispense (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core N02BE01000T1001XX}\">Paracetamol 500 mg Tablet</span></p><p><b>subject</b>: <a href=\"Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4\">Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4</a></p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6\">MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( 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:subject [
fhir:reference [ fhir:v "Patient/7f696bd8-db54-49b8-ab4c-2cb2667481d4" ]
  ] ; # 
  fhir:authorizingPrescription ( [
fhir:reference [ fhir:v "MedicationRequest/782bbdcb-b35a-4244-a902-4ff01d11f3f6" ]
  ] ) . #