SDOH Clinical Care
2.1.0 - STU 2.1 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC ServiceRequest Active Food Pantry Application Assist Example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample",
  "meta" : {
    "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: ServiceRequest</b><a name=\"SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample\"> </a><a name=\"hcSDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample\"> </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\">Resource ServiceRequest &quot;SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-ServiceRequest.html\">SDOHCC ServiceRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Social service procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410606002)</span>, Food Insecurity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#food-insecurity)</span></p><p><b>code</b>: Assistance with application for food pantry program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#467771000124109)</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> &quot; ABBAS&quot;</p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.html\">Condition/SDOHCC-ConditionFoodInsecurityExample</a></p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "410606002",
          "display" : "Social service procedure"
        }
      ]
    },
    {
      "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"
    }
  ]
}