FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-SDOHCC-ServiceRequestActiveWICReferralExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest SDOHCC-ServiceRequestActiveWICReferralExample
Language: en
Profile: SDOHCC ServiceRequest
status: Active
intent: Order
category: Social service procedure, Food Insecurity
code: Assistance with application for food pantry program
subject: BABY ABBAS Male, DoB: 2023-06-15 ( Medical Record Number: 65313516351 (use: usual, ))
reasonReference: Condition Food insecurity
{
"resourceType": "ServiceRequest",
"id": "SDOHCC-ServiceRequestActiveWICReferralExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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/SDOHCC-PatientBabyAbbas"
},
"reasonReference": [
{
"reference": "Condition/SDOHCC-ConditionFoodInsecurityExample"
}
]
}