FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ServiceRequest-peer-mentoring-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ServiceRequest-peer-mentoring-example-1
Profile: SDOHCC ServiceRequest
status: Completed
intent: Order
category: Social service procedure, Social Connection
code: Referral to peer support (procedure)
subject: James Wolff
reasonReference: Condition Moderate depression (disorder)
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-peer-mentoring-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"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": "social-connection",
"display": "Social Connection"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "461481000124109",
"display": "Referral to peer support (procedure)"
}
]
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"reasonReference": [
{
"reference": "Condition/depression-condition-example-1"
}
]
}