FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/eOverdracht-Encounter

Packagenictiz.fhir.nl.stu3.eoverdracht
Resource TypeStructureDefinition
IdeOverdracht-Encounter
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eoverdracht@4.1.0-alpha.5&canonical=http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Encounter
URLhttp://nictiz.nl/fhir/StructureDefinition/eOverdracht-Encounter
Version4.0.0
Statusactive
NameeOverdracht Encounter
TitleeOverdracht Encounter
Realmnl
DescriptionAn Encounter resource as defined by the eOverdracht program, based on Dutch Health and Care Information model (Dutch: Zorginformatiebouwsteen or ZIB) Encounter v3.1(2017). This eOverdracht specific profile differs in two important ways for [the zib profile](http://nictiz.nl/fhir/StructureDefinition/zib-Encounter) that it is based on: * 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`. * This resource can be used for future encounters as well as past encounters. This aligns with zib release 2020.
PurposeThis profile is to be used specifically within the context of eOverdracht care plans.
CopyrightCC0
TypeEncounter
Kindresource

Resources that use this resource

StructureDefinition
eOverdracht-NursingHandoff-AdultseOverdracht nursing handoff adults

Resources that this resource uses

StructureDefinition
zib-Encounterzib Encounter

Narrative

No narrative content found in resource


Source

{
  "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.1-alpha-1 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"
          }
        ]
      }
    ]
  }
}