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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeConsent
IdTreatmentDirective.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "zib-treatmentdirective-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-TreatmentDirective"
    ]
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/bc-treatmentdirective-specificationother",
      "valueString": "Eerst overleg met echtgenoot"
    },
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/Comment",
      "valueString": "Patient wil graag dat echtgenoot het laatste woord heeft"
    }
  ],
  "status": "inactive",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129125009",
          "display": "verrichting met expliciete context (situatie)"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "dateTime": "2019-08-11",
  "sourceReference": {
    "reference": "Consent/livingwill",
    "display": "Wilsverklaring"
  },
  "policy": [
    {
      "uri": "http://wetten.overheid.nl/"
    }
  ],
  "except": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-treatmentdirective-specificationother",
          "valueString": "Eerst overleg met echtgenote"
        },
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-treatmentdirective-reasonforending",
          "valueString": "Gescheiden"
        }
      ],
      "type": "deny",
      "period": {
        "end": "2019-08-11"
      },
      "actor": [
        {
          "role": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/RoleCode",
                "code": "CONSENTER",
                "display": "consenter"
              }
            ]
          },
          "reference": {
            "reference": "Patient/example",
            "display": "Example"
          }
        }
      ],
      "code": [
        {
          "system": "http://snomed.info/sct",
          "code": "305351004",
          "display": "opname op intensive care"
        }
      ]
    }
  ]
}