SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

This page is part of the SDOH Clinical Care for Multiple Domains (v2.2.0: STU 2.2) 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

: SDOHCC Procedure Provision Of Food Example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "SDOHCC-ProcedureProvisionOfFoodExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure SDOHCC-ProcedureProvisionOfFoodExample</b></p><a name=\"SDOHCC-ProcedureProvisionOfFoodExample\"> </a><a name=\"hcSDOHCC-ProcedureProvisionOfFoodExample\"> </a><a name=\"SDOHCC-ProcedureProvisionOfFoodExample-en-US\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 410606002}, {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Social service procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 710925007}\">Provision of food</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>performed</b>: 2020-11-16</p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.html\">Condition Food insecurity</a></p></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "410606002",
        "display" : "Social service procedure"
      },
      {
        "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" : "710925007",
        "display" : "Provision of food"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "performedDateTime" : "2020-11-16",
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/SDOHCC-ConditionFoodInsecurityExample"
    }
  ]
}