FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example
ServiceRequest Questionnaire: Patient Health Questionnaire - 9 Item
status: Active
intent: Order
code: Complete Questionnaire
subject: Annie Proband
occurrence: Once per 1 months
requester: Dr. Adam Careful, Acme Hospital
performer: Annie Proband
reasonCode: Monitor effects of new anti-depressant
{
"resourceType": "ServiceRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest-questionnaire",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9"
}
],
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "complete-questionnaire"
}
]
},
"subject": {
"reference": "http://hl7.org/fhir/Patient/proband",
"display": "Annie Proband"
},
"occurrenceTiming": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "mo"
}
},
"requester": {
"reference": "http://hl7.org/fhir/PractitionerRole/example",
"display": "Dr. Adam Careful, Acme Hospital"
},
"performer": [
{
"reference": "http://hl7.org/fhir/Patient/proband",
"display": "Annie Proband"
}
],
"reasonCode": [
{
"text": "Monitor effects of new anti-depressant"
}
]
}