SDOH Clinical Care
1.0.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SDOHCC ServiceRequest Based On Another Service Request Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "SDOHCC-ServiceRequestBasedOnAnotherServiceRequestExample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-07-06T18:38:49.643+00:00",
    "source" : "#rLOZObvuh42JCNqt",
    "profile" : [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>basedOn</b>: <a href=\"ServiceRequest-SDOHCC-ServiceRequestFoodPantryApplicationAssistanceExample.html\">Generated Summary: status: completed; intent: order; <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span>; <span title=\"Codes: {http://snomed.info/sct 467771000124109}\">Assistance with application for food pantry program</span></a></p><p><b>status</b>: completed</p><p><b>intent</b>: filler-order</p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 467771000124109}\">Assistance with application for food pantry program</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span>; <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span>; <span title=\"Codes: {http://snomed.info/sct 733423003}, {http://hl7.org/fhir/sid/icd-10-cm Z59.4}\">Food insecurity</span>; onset: Aug 18, 2019 12:31:35 PM --&gt; (ongoing)</a></p></div>"
  },
  "basedOn" : [
    {
      "reference" : "ServiceRequest/SDOHCC-ServiceRequestFoodPantryApplicationAssistanceExample"
    }
  ],
  "status" : "completed",
  "intent" : "filler-order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code" : "food-insecurity",
          "display" : "Food Insecurity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "467771000124109",
        "display" : "Assistance with application for food pantry program"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "reasonReference" : [
    {
      "reference" : "Condition/SDOHCC-ConditionFoodInsecurityExample"
    }
  ]
}