Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. 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/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Care Plan: Anti-Inflammatory Medication - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcoAntiInflammatoryMedication"] ; # 
  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: MedicationRequest pcoAntiInflammatoryMedication</b></p><a name=\"pcoAntiInflammatoryMedication\"> </a><a name=\"hcpcoAntiInflammatoryMedication\"> </a><a name=\"pcoAntiInflammatoryMedication-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 2550740}\">Aleve Arthritis Pain 1 % Topical Gel</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientJones.html\">Dorothy Jones  Female, DoB: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>PatientInstruction</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Anti-inflammatory gel applied to knee 30 minutes before exercise</td><td>Once</td><td>true</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2550740" ] ;
fhir:display [ fhir:v "Aleve Arthritis Pain 1 % Topical Gel" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/pcoPractitionerAnderson" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:patientInstruction [ fhir:v "Anti-inflammatory gel applied to knee 30 minutes before exercise" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2024-02-22"^^xsd:date ] ;
fhir:end [ fhir:v "2024-06-30"^^xsd:date ]         ]       ]     ] ;
fhir:asNeeded [ fhir:v "true"^^xsd:boolean ]
  ] ) . #