SDOH Clinical Care
1.1.0 - STU 2 ballot

This page is part of the SDOH Clinical Care for Multiple Domains (v1.1.0: STU 2 Ballot 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 Procedure Provision Of Food Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "SDOHCC-ProcedureProvisionOfFoodExample",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2021-11-15T20:50:16.070+00:00",
    "source" : "#Ia3NJ2vidJMGkBfN",
    "profile" : [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"SDOHCC-ProcedureProvisionOfFoodExample\" Version \"2\" Updated \"2021-11-15T20:50:16.07Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #Ia3NJ2vidJMGkBfN!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-Procedure.html\">SDOHCC Procedure</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: 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>: Provision of food <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#710925007; 211LACountyTaxonomy#PH-2950.8500-850 \"Thanksgiving Baskets\")</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> \" ABBAS\"</p><p><b>performed</b>: 2020-11-16</p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.html\">Condition/SDOHCC-ConditionFoodInsecurityExample</a></p></div>"
  },
  "status" : "completed",
  "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" : "710925007",
        "display" : "Provision of food"
      },
      {
        "system" : "http://example.org/TBD/211LACountyTaxonomy",
        "code" : "PH-2950.8500-850",
        "display" : "Thanksgiving Baskets"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "performedDateTime" : "2020-11-16",
  "reasonReference" : [
    {
      "reference" : "Condition/SDOHCC-ConditionFoodInsecurityExample"
    }
  ]
}