Package | nexuzhealth.fhir.r4 |
Resource Type | StructureDefinition |
Id | nxh-stay |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhStay |
URL | https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhStay |
Status | active |
Date | 2021-07-28T12:43:12.6213906+00:00 |
Name | NxhStay |
Description | Nexuzhealth profile for an encounter in the patient management domain representing the whole stay. |
Type | Encounter |
Kind | resource |
No resources found
ValueSet | |
nxh-vs-dischargedisposition | NxhVsDischargeDisposition |
nxh-vs-herkomst-opname | nxhVSHerkomstOpname |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "nxh-stay", "meta": { "lastUpdated": "2022-06-07T11:13:02.7189691+00:00" }, "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhStay", "name": "NxhStay", "status": "active", "date": "2021-07-28T12:43:12.6213906+00:00", "description": "Nexuzhealth profile for an encounter in the patient management domain representing the whole stay.", "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.identifier", "path": "Encounter.identifier", "slicing": { "discriminator": [ { "type": "value", "path": "system" } ], "rules": "open" } }, { "id": "Encounter.identifier:administratiefDossierNr", "path": "Encounter.identifier", "sliceName": "administratiefDossierNr", "short": "administratiefDossierNr", "definition": "The administratiefDossierNr identifier of the encounter.\r\n\r\nAdministratiefDossierNr is an identifier assigned internally by Nexuzhealth in the KWS database.", "min": 1, "max": "1" }, { "id": "Encounter.identifier:administratiefDossierNr.system", "path": "Encounter.identifier.system", "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/administratiefDossier/administratiefDossierNr" }, { "id": "Encounter.subject", "path": "Encounter.subject", "min": 1 }, { "id": "Encounter.hospitalization.admitSource", "path": "Encounter.hospitalization.admitSource", "binding": { "strength": "extensible", "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-herkomst-opname" } }, { "id": "Encounter.hospitalization.dischargeDisposition", "path": "Encounter.hospitalization.dischargeDisposition", "binding": { "strength": "extensible", "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-dischargedisposition" } }, { "id": "Encounter.serviceProvider", "path": "Encounter.serviceProvider", "min": 1 } ] } }