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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeConsent
Idnl-core-TreatmentDirective2-01-Consent-01.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

Toestemming. Patiƫnt: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Categorie: Advance Directive, Status: actief
Gemaakt6 mei 2010
Bron

Source1

{
  "resourceType": "Consent",
  "id": "nl-core-TreatmentDirective2-01-Consent-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-AdvanceDirective"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
      "valueString": "volmacht aan echtgenote"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "adr",
        "display": "Advanced Care Directive"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "acd",
          "display": "Advance Directive"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "dateTime": "2010-05-06",
  "sourceAttachment": {
    "contentType": "application/octet-stream",
    "data": "volmacht"
  },
  "policy": [
    {
      "uri": "https://wetten.overheid.nl/"
    }
  ],
  "provision": {
    "code": [
      {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.14.1",
            "code": "VOL",
            "display": "Volmacht"
          }
        ]
      }
    ]
  }
}