{
  "resourceType": "StructureDefinition",
  "id": "eOverdracht-Encounter",
  "url": "http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Encounter",
  "version": "4.0.0",
  "name": "eOverdracht Encounter",
  "title": "eOverdracht Encounter",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An Encounter resource as defined by the eOverdracht program, based on Dutch Health and Care Information model (Dutch: Zorginformatiebouwsteen or ZIB) Encounter v3.1(2017).\r\n\r\nThis eOverdracht specific profile differs in two important ways for [the zib profile](http://nictiz.nl/fhir/StructureDefinition/zib-Encounter) that it is based on:\r\n* An option is added to describe the reason for the Encounter in free text (while the option to describe just a deviating result as reason cannot be used). This information can be found on `Condition.reason.text`.\r\n* This resource can be used for future encounters as well as past encounters. This aligns with zib release 2020.",
  "purpose": "This profile is to be used specifically within the context of eOverdracht care plans.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "eOverdracht-NursingHandoff-Adults",
      "uri": "https://decor.nictiz.nl/art-decor/decor-scenarios--e-overdracht-?id=2.16.840.1.113883.2.4.3.11.60.30.4.68",
      "name": "eOverdracht 4.0 transaction \"Sturen overdrachtsbericht volwassenen\""
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.reason",
        "path": "Encounter.reason",
        "max": "1"
      },
      {
        "id": "Encounter.reason.coding",
        "path": "Encounter.reason.coding",
        "max": "0"
      },
      {
        "id": "Encounter.reason.text",
        "path": "Encounter.reason.text",
        "short": "ReasonContactText",
        "definition": "Addition to HCIM Contact for eOverdracht to describe a broader range of reasons than what's possible with Problem, Procedure or DeviatingResult.",
        "comment": "Please note that in the base profile this field represent the HCIM Concept DeviatingResult, while its meaning is broadened to any textual description for the Encounter (which could include a deviating result).",
        "alias": [
          "RedenContactTekst"
        ],
        "mapping": [
          {
            "identity": "eOverdracht-NursingHandoff-Adults",
            "map": "e-overdracht-dataelement-v4-1740",
            "comment": "RedenContactTekst"
          }
        ]
      }
    ]
  }
}