FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.patientwill
Resource TypeConsent
IdConsent-patientwill1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Consent

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 ()

Provisions

-PeriodCode
*2020-10-06 --> (ongoing)No resuscitation (Patient Will Directive CodeSystem#dnr1 "Do not resuscitate")

Source1

{
  "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"
      }
    ]
  }
}