MCC eCare Plan Implementation Guide 1.0.0 - STU1
This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "dialysis-request"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest> ] ) ] ; # 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: ServiceRequest dialysis-request</b></p><a name=\"dialysis-request\"> </a><a name=\"hcdialysis-request\"> </a><a name=\"dialysis-request-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 417038009}\">Referral for dialysis (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>occurrence</b>: Count 20 times, 3 per1 weeks</p><p><b>authoredOn</b>: 2022-06-18</p><p><b>requester</b>: <a href=\"PractitionerRole-dr-vince-jones.html\">Dr. Vince Jones</a></p><p><b>reasonReference</b>: <a href=\"Condition-ConditionCKD.html\">Chronic Kidney Disease</a></p><p><b>patientInstruction</b>: Call the clinic at 555-555-5555 to set up your appointments</p></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:code [ ( fhir:coding [ a sct:417038009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "417038009" ] ; fhir:display [ fhir:v "Referral for dialysis (procedure)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ; fhir:display [ fhir:v "Patricia Noelle" ] ] ; # fhir:occurrence [ a fhir:Timing ; fhir:repeat [ fhir:count [ fhir:v "20"^^xsd:positiveInteger ] ; fhir:countMax [ fhir:v "30"^^xsd:positiveInteger ] ; fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "wk" ] ] ] ; # fhir:authoredOn [ fhir:v "2022-06-18"^^xsd:date] ; # fhir:requester [ fhir:reference [ fhir:v "PractitionerRole/dr-vince-jones" ] ; fhir:display [ fhir:v "Dr. Vince Jones" ] ] ; # fhir:reasonReference ( [ fhir:reference [ fhir:v "Condition/ConditionCKD" ] ; fhir:display [ fhir:v "Chronic Kidney Disease" ] ] ) ; # fhir:patientInstruction [ fhir:v "Call the clinic at 555-555-5555 to set up your appointments"] . #