International Patient Access
1.0.0 - STU1 International flag

This page is part of the International Patient Access (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedicationStatement Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedStatementExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"MedStatementExample1\"> </a></p><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\">Resource MedicationStatement &quot;MedStatementExample1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ipa-medicationstatement.html\">IPA-MedicationStatement</a></p></div><p><b>identifier</b>: id: 5131734 (use: USUAL)</p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Medication/MedExample1: Percocet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Patient/PatientExample1: Lufhir, Meiko</a> &quot; LUFHIR&quot;</p><p><b>effective</b>: 2017-04-26 22:00:00+0000 --&gt; (ongoing)</p><p><b>informationSource</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Seeger, Marty</a> &quot; SEEGER&quot;</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Starting 2017-04-26 22:00:00+0000, Once</p><p><b>asNeeded</b>: false</p><p><b>route</b>: Oral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#260548002)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:1.2.840.114350.1.13.861.1.7.2.798268"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5131734" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/MedExample1" ] ;
fhir:display [ fhir:v "Percocet" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ] ;
fhir:display [ fhir:v "Lufhir, Meiko" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2017-04-26T22:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:informationSource [
fhir:reference [ fhir:v "Practitioner/PractitionerExample1" ] ;
fhir:display [ fhir:v "Seeger, Marty" ]
  ] ; # 
  fhir:dosage ( [
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2017-04-26T22:00:00Z"^^xsd:dateTime ]         ] ;
        ( fhir:timeOfDay [ fhir:v "12:00:00"^^xsd:time ] [ fhir:v "18:00:00"^^xsd:time ] )       ]     ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ] ;
fhir:route [
      ( fhir:coding [
a sct:260548002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260548002" ] ;
fhir:display [ fhir:v "Oral" ]       ] ) ;
fhir:text [ fhir:v "Oral" ]     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]       ]     ] )
  ] ) . #