FHIR IG analytics| Package | hl7.fhir.be.patientwill |
| Resource Type | Consent |
| Id | Consent-patientwill1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Consent "patientwill1"
Profile: BePatientWill
BeExtRecorder: id: BeNIHDINamingSystem#11530231003
status: active
scope: Not applicable (qualifier value) (SNOMED CT#385432009)
category: Resuscitation (Patient Will Category CodeSystem#resuscitation)
patient: : Jane Fhirwoman
dateTime: 2015-11-18
policyRule: Belgian policy ()
| Period | Code |
| 2020-10-06 --> (ongoing) | No resuscitation (Patient Will Directive CodeSystem#dnr1 "Do not resuscitate") |
{
"resourceType": "Consent",
"id": "patientwill1",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/patientwill/StructureDefinition/be-patientwill"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
"valueReference": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
"value": "11530231003"
}
}
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385432009"
}
]
},
"category": [
{
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-category",
"code": "resuscitation",
"display": "Resuscitation"
}
]
}
],
"patient": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "123456789"
},
"display": "Jane Fhirwoman"
},
"dateTime": "2015-11-18",
"policyRule": {
"text": "Belgian policy"
},
"provision": {
"period": {
"start": "2020-10-06"
},
"code": [
{
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-code",
"code": "dnr1",
"display": "Do not resuscitate"
}
],
"text": "No resuscitation"
}
]
}
}