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

FHIR IG Statistics: StructureDefinition/nxh-organization

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-organization
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhOrganization
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhOrganization
Statusactive
Date2024-02-22T15:24:26.6110349+00:00
NameNxhOrganization
DescriptionNexuzhealth profile for an organization.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
nxh-ext-hospitalCodeNxhExtHospitalCode
NxhHomeCareCompositionNxhHomeCareComposition

Resources that this resource uses

StructureDefinition
be-organizationBeOrganization

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-organization",
  "meta": {
    "lastUpdated": "2021-11-08T10:17:35.6+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhOrganization",
  "name": "NxhOrganization",
  "status": "active",
  "date": "2024-02-22T15:24:26.6110349+00:00",
  "description": "Nexuzhealth profile for an organization.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier:hospitalCode",
        "path": "Organization.identifier",
        "sliceName": "hospitalCode",
        "short": "hospitalCode",
        "definition": "The hospitalCode identifier of the organization.\r\n\r\nHospitalCode is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:hospitalCode.system",
        "path": "Organization.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basZiekenhuisDef/ziekenhuisCode"
      },
      {
        "id": "Organization.identifier:exploitation",
        "path": "Organization.identifier",
        "sliceName": "exploitation",
        "short": "exploitation",
        "definition": "The exploitation code of the organization.\r\n\r\nThe exploitation code is an official identifier assigned to a hospital by the Belgian government."
      },
      {
        "id": "Organization.identifier:exploitation.system",
        "path": "Organization.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basExploitatie/exploitatie"
      },
      {
        "id": "Organization.type:scenario",
        "path": "Organization.type",
        "sliceName": "scenario",
        "short": "scenario",
        "definition": "Nexuzhealth hospital scenario",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.type:scenario.coding.system",
        "path": "Organization.type.coding.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/pm/hl7InScenario/scenario"
      }
    ]
  }
}