RIVO-Noord Zorgviewer Implementation Guide
1.4.0 - sprint39 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Nexus TreatmentDirective Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "21",
  "meta" : {
    "lastUpdated" : "2024-04-17T10:04:24.612+02:00",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <table>\n                     <caption>Consent. typeCode-RCT: Xxx-Helleman, J (M). id: urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.6.21 (urn:ietf:rfc:3986), Category: <span title=\"Behandelingsinstructies (artefact opnemen) (11291000146105 - SNOMED CT)\">Behandelingsinstructies (artefact opnemen)</span>, Status: status-active</caption>\n                     <tfoot>\n                        <tr>\n                           <td colspan=\"2\">testje</td>\n                        </tr>\n                     </tfoot>\n                     <tbody>\n                        <tr>\n                           <th>Consent Period</th>\n                           <td>FromNoTo 5 May 2023</td>\n                        </tr>\n                        <tr>\n                           <th>Created</th>\n                           <td>11:40:11, 9 April 2018</td>\n                        </tr>\n                        <tr>\n                           <th>Verified</th>\n                           <td>boolean-true - 5 May 2023 - <span title=\"Gevolmachtigde (8601000146109 - SNOMED CT)\">Gevolmachtigde</span>\n                           </td>\n                        </tr>\n                        <tr>\n                           <th>\n                              <span title=\"Kunstmatige beademing (40617009 - SNOMED CT)\">Kunstmatige beademing</span>\n                           </th>\n                           <td>\n                              <span title=\"Behandeling niet toegestaan en/of wenselijk (NEE - 2.16.840.1.113883.2.4.3.11.60.40.4)\">Behandeling niet toegestaan en/of wenselijk</span>\n                           </td>\n                        </tr>\n                     </tbody>\n                  </table>\n               </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "Verified",
          "valueBoolean" : true
        },
        {
          "url" : "VerifiedWith",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "8601000146109",
                "display" : "Gevolmachtigde"
              }
            ]
          }
        },
        {
          "url" : "VerificationDate",
          "valueDateTime" : "2023-05-05"
        }
      ],
      "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Verification"
    },
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/Comment",
      "valueString" : "testje"
    },
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Treatment",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "40617009",
            "display" : "Kunstmatige beademing"
          }
        ]
      }
    }
  ],
  "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"
          }
        ]
      }
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.6.21"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11291000146105",
          "display" : "Behandelingsinstructies (artefact opnemen)"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/330073",
    "display" : "Xxx-Helleman, J (M)"
  },
  "period" : {
    "start" : "2023-05-05"
  },
  "dateTime" : "2018-04-09T11:40:11+02:00",
  "policy" : [
    {
      "uri" : "http://wetten.overheid.nl/"
    }
  ]
}