This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 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
{
"resourceType" : "Group",
"id" : "R101",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2020-12-02T15:26:02.113+00:00",
"source" : "#dNfkbaAMYOAELG3T",
"profile" : [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes: \">Referred to John's Pantry</span></p><p><b>name</b>: John's Pantry</p><p><b>quantity</b>: 25</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes: \">ServiceRequest organization</span></p><p><b>value</b>: <span title=\"Codes: \">Request service</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes: \">owner</span></p><p><b>value</b>: <span title=\"Codes: \">ABC Medical Group</span></p><p><b>exclude</b>: false</p></blockquote></div>"
},
"type" : "person",
"actual" : true,
"code" : {
"text" : "Referred to John's Pantry"
},
"name" : "John's Pantry",
"quantity" : 25,
"characteristic" : [
{
"code" : {
"text" : "ServiceRequest organization"
},
"valueCodeableConcept" : {
"text" : "Request service"
},
"exclude" : false
},
{
"code" : {
"text" : "owner"
},
"valueCodeableConcept" : {
"text" : "ABC Medical Group"
},
"exclude" : false
}
]
}