PACIO Transitions of Care Implementation Guide
0.1.0 - ci-build United States of America flag

PACIO Transitions of Care Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Discharge Service Request for reduced salt diet - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "BSJ-SNFDischargeDietSalt",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"BSJ-SNFDischargeDietSalt\"> </a><a name=\"hcBSJ-SNFDischargeDietSalt\"> </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\">ResourceServiceRequest &quot;BSJ-SNFDischargeDietSalt&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Dietary regime (regime/therapy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#182922004)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Decreased sodium diet (regime/therapy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#437421000124105)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Patient/Example-Smith-Johnson-Patient1</a> &quot; SMITH-JOHNSON&quot;</p><p><b>occurrence</b>: 2024-05-18 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole/Role-SNFDoc-GeraldPark</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-BSJ-HeartDiseaseDiagnosis.html\">Condition/BSJ-HeartDiseaseDiagnosis</a></li><li><a href=\"Condition-BSJ-KidneyDisease.html\">Condition/BSJ-KidneyDisease</a></li></ul></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "182922004",
          "display" : "Dietary regime (regime/therapy)"
        }
      ]
    }
  ],
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "437421000124105",
        "display" : "Decreased sodium diet (regime/therapy)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "occurrencePeriod" : {
    "start" : "2024-05-18"
  },
  "authoredOn" : "2024-05-18",
  "requester" : {
    🔗 "reference" : "PractitionerRole/Role-SNFDoc-GeraldPark"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/BSJ-HeartDiseaseDiagnosis"
    },
    {
      🔗 "reference" : "Condition/BSJ-KidneyDisease"
    }
  ]
}