FHIR IG Statistics: StructureDefinition/KBV_PR_AW_Hausbesuch
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Hausbesuch",
"version": "1.2.0",
"name": "KBV_PR_AW_Hausbesuch",
"title": "KBV_PR_AW_Hausbesuch",
"status": "active",
"copyright": "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter",
"path": "Encounter",
"definition": "Der Hausbesuch ist als eine Begegnung zu verstehen, die nicht in der Praxis, sondern außerhalb der Praxis (z.B. bei dem Patienten zu Hause) stattfindet."
},
{
"id": "Encounter.id",
"path": "Encounter.id",
"min": 1
},
{
"id": "Encounter.meta",
"path": "Encounter.meta",
"min": 1
},
{
"id": "Encounter.meta.versionId",
"path": "Encounter.meta.versionId",
"min": 1
},
{
"id": "Encounter.meta.lastUpdated",
"path": "Encounter.meta.lastUpdated",
"min": 1
},
{
"id": "Encounter.meta.profile",
"path": "Encounter.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Hausbesuch|1.2.0"
},
{
"id": "Encounter.text",
"path": "Encounter.text",
"min": 1
},
{
"id": "Encounter.identifier",
"path": "Encounter.identifier",
"max": "0"
},
{
"id": "Encounter.status",
"path": "Encounter.status",
"definition": "Der Status dieser Ressource ist immer ein Hausbesuch.",
"fixedCode": "finished",
"mustSupport": true
},
{
"id": "Encounter.statusHistory",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "StatusHistory"
}
],
"path": "Encounter.statusHistory",
"max": "0"
},
{
"id": "Encounter.class",
"path": "Encounter.class",
"mustSupport": true
},
{
"id": "Encounter.class.system",
"path": "Encounter.class.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"mustSupport": true
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"min": 1,
"fixedCode": "HH",
"mustSupport": true
},
{
"id": "Encounter.class.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.class.display",
"max": "0"
},
{
"id": "Encounter.class.userSelected",
"path": "Encounter.class.userSelected",
"max": "0"
},
{
"id": "Encounter.classHistory",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ClassHistory"
}
],
"path": "Encounter.classHistory",
"max": "0"
},
{
"id": "Encounter.type",
"path": "Encounter.type",
"max": "0"
},
{
"id": "Encounter.serviceType",
"path": "Encounter.serviceType",
"max": "0"
},
{
"id": "Encounter.priority",
"path": "Encounter.priority",
"max": "0"
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.subject.reference",
"path": "Encounter.subject.reference",
"min": 1
},
{
"id": "Encounter.subject.type",
"path": "Encounter.subject.type",
"max": "0"
},
{
"id": "Encounter.subject.identifier",
"path": "Encounter.subject.identifier",
"max": "0"
},
{
"id": "Encounter.subject.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.subject.display",
"max": "0"
},
{
"id": "Encounter.episodeOfCare",
"path": "Encounter.episodeOfCare",
"max": "0"
},
{
"id": "Encounter.basedOn",
"path": "Encounter.basedOn",
"max": "0"
},
{
"id": "Encounter.participant",
"path": "Encounter.participant",
"max": "0"
},
{
"id": "Encounter.appointment",
"path": "Encounter.appointment",
"max": "0"
},
{
"id": "Encounter.period",
"path": "Encounter.period",
"max": "0"
},
{
"id": "Encounter.length",
"path": "Encounter.length",
"max": "0"
},
{
"id": "Encounter.reasonCode",
"path": "Encounter.reasonCode",
"short": "Grund des Hausbesuchs",
"definition": "In diesem Element soll der Grund des Hausbesuches FK5019 (KVDT) erläutert werden.",
"max": "1"
},
{
"id": "Encounter.reasonCode.coding",
"path": "Encounter.reasonCode.coding",
"max": "1"
},
{
"id": "Encounter.reasonCode.coding.system",
"path": "Encounter.reasonCode.coding.system",
"min": 1
},
{
"id": "Encounter.reasonCode.coding.code",
"path": "Encounter.reasonCode.coding.code",
"min": 1
},
{
"id": "Encounter.reasonReference",
"path": "Encounter.reasonReference",
"max": "0"
},
{
"id": "Encounter.diagnosis",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Diagnosis"
}
],
"path": "Encounter.diagnosis",
"max": "0"
},
{
"id": "Encounter.account",
"path": "Encounter.account",
"max": "0"
},
{
"id": "Encounter.hospitalization",
"path": "Encounter.hospitalization",
"max": "0"
},
{
"id": "Encounter.location",
"path": "Encounter.location",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Encounter.location.extension",
"path": "Encounter.location.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "Encounter.location.extension:entfernungsinformationen",
"path": "Encounter.location.extension",
"sliceName": "entfernungsinformationen",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Hausbesuch_Entfernungsinformationen"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung",
"path": "Encounter.location.extension.extension",
"sliceName": "einfache_Entfernung",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]",
"path": "Encounter.location.extension.extension.value[x]",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]:valueQuantity",
"path": "Encounter.location.extension.extension.value[x]",
"sliceName": "valueQuantity",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]:valueQuantity.value",
"path": "Encounter.location.extension.extension.value[x].value",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]:valueQuantity.unit",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.location.extension.extension.value[x].unit",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]:valueQuantity.system",
"path": "Encounter.location.extension.extension.value[x].system",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:einfache_Entfernung.value[x]:valueQuantity.code",
"path": "Encounter.location.extension.extension.value[x].code",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:zone_des_Besuchsortes",
"path": "Encounter.location.extension.extension",
"sliceName": "zone_des_Besuchsortes",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:zone_des_Besuchsortes.value[x]:valueCodeableConcept",
"path": "Encounter.location.extension.extension.value[x]",
"sliceName": "valueCodeableConcept",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:zone_des_Besuchsortes.value[x]:valueCodeableConcept.coding",
"path": "Encounter.location.extension.extension.value[x].coding",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:zone_des_Besuchsortes.value[x]:valueCodeableConcept.coding.system",
"path": "Encounter.location.extension.extension.value[x].coding.system",
"mustSupport": true
},
{
"id": "Encounter.location.extension:entfernungsinformationen.extension:zone_des_Besuchsortes.value[x]:valueCodeableConcept.coding.code",
"path": "Encounter.location.extension.extension.value[x].coding.code",
"mustSupport": true
},
{
"id": "Encounter.location.location",
"path": "Encounter.location.location",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Hausbesuch_Ort|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.location.location.reference",
"path": "Encounter.location.location.reference",
"min": 1
},
{
"id": "Encounter.location.location.type",
"path": "Encounter.location.location.type",
"max": "0"
},
{
"id": "Encounter.location.location.identifier",
"path": "Encounter.location.location.identifier",
"max": "0"
},
{
"id": "Encounter.location.location.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.location.location.display",
"max": "0"
},
{
"id": "Encounter.location.status",
"path": "Encounter.location.status",
"max": "0"
},
{
"id": "Encounter.location.physicalType",
"path": "Encounter.location.physicalType",
"max": "0"
},
{
"id": "Encounter.location.period",
"path": "Encounter.location.period",
"max": "0"
},
{
"id": "Encounter.serviceProvider",
"path": "Encounter.serviceProvider",
"max": "0"
},
{
"id": "Encounter.partOf",
"path": "Encounter.partOf",
"short": "Bezug zur Behandlung",
"definition": "Dieser Hausbesuch findet im Rahmen einer Begegnung in der Betriebsstaette statt.",
"min": 1,
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean": true
}
],
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.partOf.reference",
"path": "Encounter.partOf.reference",
"min": 1
},
{
"id": "Encounter.partOf.type",
"path": "Encounter.partOf.type",
"max": "0"
},
{
"id": "Encounter.partOf.identifier",
"path": "Encounter.partOf.identifier",
"max": "0"
},
{
"id": "Encounter.partOf.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.partOf.display",
"max": "0"
}
]
}
}