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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeConsent
IdNICE-TreatmentDirective-Example-01.json
FHIR VersionR3

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

TreatmentDirective. Patiƫnt: John Test. Category: Treatment instructions (record artifact) , Status: active
Registered01-05-2021
TreatmentCardiopulmonary resuscitation (procedure), Artificial respiration (procedure)
TreatmentDirectiveBehandeling niet toegestaan en/of wenselijk

Source1

{
  "resourceType": "Consent",
  "id": "NICE-Consent-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-TreatmentDirective-2022Q1"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    },
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Verification",
      "extension": [
        {
          "url": "Verified",
          "valueBoolean": true
        },
        {
          "url": "VerifiedWith",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "116154003",
                "display": "Patient"
              }
            ]
          }
        },
        {
          "url": "VerificationDate",
          "valueDateTime": "2021-05-01"
        }
      ]
    },
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Treatment",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "89666000",
            "display": "Cardiopulmonary resuscitation (procedure)"
          }
        ]
      }
    },
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Treatment",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "40617009",
            "display": "Artificial respiration (procedure)"
          }
        ]
      }
    }
  ],
  "modifierExtension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-TreatmentPermitted",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4",
            "code": "NEE",
            "display": "Behandeling niet toegestaan en/of wenselijk"
          }
        ]
      }
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "11291000146105",
          "display": "Treatment instructions (record artifact)"
        }
      ]
    }
  ],
  "dateTime": "2022-01-08T08:43:00+02:00",
  "patient": {
    "reference": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1",
    "display": "John Test"
  },
  "period": {
    "start": "2021-05-01"
  },
  "policy": [
    {
      "uri": "http://wetten.overheid.nl/"
    }
  ]
}