FHIR Implementatiegids voor de Nederlandse Kankerregistratie
1.2.2 - release

FHIR Implementatiegids voor de Nederlandse Kankerregistratie - Local Development build (v1.2.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: opt-out - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "opt-out",
  "meta" : {
    "tag" : [
      {
        "system" : "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/NamingSystem/processing-target",
        "code" : "NKR_ODIA"
      }
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-01-01T14:49:45.6439747Z",
  "entry" : [
    {
      "fullUrl" : "https://fhir.example.org/Organization/organization-1",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "organization-1",
        "meta" : {
          "profile" : [
            🔗 "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-healthcare-provider"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-1</b></p><a name=\"organization-1\"> </a><a name=\"hcorganization-1\"> </a><a name=\"organization-1-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/agb-z</code>/06010001</p></div>"
        },
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
            "value" : "06010001"
          }
        ]
      }
    },
    {
      "fullUrl" : "https://fhir.example.org/Patient/opt-out-patient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "opt-out-patient",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_opt-out-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient opt-out-patient</b></p><a name=\"opt-out-patient\"> </a><a name=\"hcopt-out-patient\"> </a><a name=\"opt-out-patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr></table></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "MR"
                }
              ]
            },
            "value" : "009999115",
            "assigner" : {
              "reference" : "https://fhir.example.org/Organization/organization-1"
            }
          }
        ],
        "active" : false
      }
    }
  ]
}