MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: med-for-chilblains - 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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "med-for-chilblains"] ; # 
  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 med-for-chilblains</b></p><a name=\"med-for-chilblains\"> </a><a name=\"hcmed-for-chilblains\"> </a><a name=\"med-for-chilblains-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.861.1.7.2.798268</code>/2454978 (use: usual, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: nifedipine (Procardia)30 mg (extended release)</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>authoredOn</b>: 2022-05-03 15:41:39+0000</p><p><b>requester</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>recorder</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>reasonReference</b>: <a href=\"Condition-chilblain-found.html\">Chilblains</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2454978" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ]     ] ) ;
fhir:text [ fhir:v "Outpatient" ]
  ] ) ; # 
  fhir:medication [
a fhir:Reference ;
fhir:display [ fhir:v "nifedipine (Procardia)30 mg (extended release)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-05-03T15:41:39Z"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]
  ] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/chilblain-found" ] ;
fhir:display [ fhir:v "Chilblains" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:patientInstruction [ fhir:v "Chilblains Treatment: Take nifedipine (Procardia)30 mg (extended release) PO once daily, Avoid scratching, Apply Calamine Lotion 3-4 x/day, Apply Lanolin or coconut oil 1x/day, wear wool socks, and carefully use heating pad to relieve pain." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route (qualifier value)" ]       ] )     ] ;
    ( 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:text [ fhir:v "ordered" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] ) . #