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

: dietitian-referral - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dietitian-referral"] ; # 
  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 dietitian-referral</b></p><a name=\"dietitian-referral\"> </a><a name=\"hcdietitian-referral\"> </a><a name=\"dietitian-referral-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 103699006}\">Referral to dietitian nutritionist</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>authoredOn</b>: 2022-05-05</p><p><b>requester</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>reasonReference</b>: <a href=\"Condition-problem-list-1.html\">Condition Finding of food aversion and cravings (finding)</a></p><p><b>patientInstruction</b>: Call the clinic at 1-800-LUV-DIET to set up your appointments</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:103699006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103699006" ] ;
fhir:display [ fhir:v "Referral to dietitian nutritionist" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-05-05"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/problem-list-1" ]
  ] ) ; # 
  fhir:patientInstruction [ fhir:v "Call the clinic at 1-800-LUV-DIET to set up your appointments"] . #