FHIR IG analytics| Package | hl7.fhir.be.drp |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-referralprescription-nursing-example2-digestive-system-care.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest referralprescription-nursing-example2-digestive-system-care
Profile: BeReferralServiceRequestNursing
BeValidityPeriod: 2021-10-10 --> (ongoing)
BeFeedbackToPrescriber: true
BePerformerType: nurse
status: Active
intent: Order
category: Nursing procedure
priority: Routine
code: 762238003
subject: Identifier: BeSSINNamingSystem/99999999999
occurrence: 2 per 1 day
authoredOn: 2020-01-01 00:00:00+0100
requester: PractitionerRole physician
reasonCode: reason
note:
Patient cannot move
{
"resourceType": "ServiceRequest",
"id": "referralprescription-nursing-example2-digestive-system-care",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-servicerequest-nursing"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period",
"valuePeriod": {
"start": "2021-10-10"
}
},
{
"url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber",
"valueBoolean": true
},
{
"url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code": "persnurse"
}
]
}
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000172109",
"code": "9632001"
}
],
"text": "Nursing procedure"
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000172109",
"code": "762238003"
}
]
},
"subject": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "99999999999"
}
},
"occurrenceTiming": {
"repeat": {
"boundsPeriod": {
"start": "2021-07-08",
"end": "2022-07-07"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"authoredOn": "2020-01-01T00:00:00+01:00",
"requester": {
"reference": "PractitionerRole/DOCTOR-10829059004"
},
"reasonCode": [
{
"text": "reason"
}
],
"note": [
{
"text": "Patient cannot move"
}
]
}