Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: medicationadministration-single-example - 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:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicationadministration-single-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationadministration"^^xsd:anyURI ;
fhir:l <http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationadministration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Juan Dela Cruz took 1 tablet of Twinact (Telmisartan + Amlodipine) orally on March 15, 2025 at 2:00 PM as prescribed.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [
fhir:v "https://verification.fda.gov.ph/"^^xsd:anyURI ;
fhir:l <https://verification.fda.gov.ph/>       ] ;
fhir:code [ fhir:v "DRP-10144" ] ;
fhir:display [ fhir:v "Twinact" ]     ] ) ;
fhir:text [ fhir:v "Twinact 40mg/5mg tablet" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/patient-single-example ;
fhir:reference [ fhir:v "Patient/patient-single-example" ]
  ] ; # 
  fhir:context [
fhir:l fhir:Encounter/encounter-single-example ;
fhir:reference [ fhir:v "Encounter/encounter-single-example" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2025-03-15T14:00:00+08:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0443>         ] ;
fhir:code [ fhir:v "PRCP" ] ;
fhir:display [ fhir:v "Primary Care Provider" ]       ] )     ] ;
fhir:actor [
fhir:l fhir:Patient/patient-single-example ;
fhir:reference [ fhir:v "Patient/patient-single-example" ]     ]
  ] ) ; # 
  fhir:request [
fhir:l fhir:MedicationRequest/medicationrequest-single-example ;
fhir:reference [ fhir:v "MedicationRequest/medicationrequest-single-example" ]
  ] ; # 
  fhir:dosage [
fhir:text [ fhir:v "1 tablet taken orally" ] ;
fhir:route [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration>         ] ;
fhir:code [ fhir:v "PO" ] ;
fhir:display [ fhir:v "Oral" ]       ] )     ] ;
fhir:dose [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "1" ]     ]
  ] . #