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

FHIR IG Statistics: StructureDefinition/nxh-practitioner

Packagenxh.fhir.r4
Resource TypeStructureDefinition
Idnxh-practitioner
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nxh.fhir.r4@0.0.0-beta.20&canonical=https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitioner
URLhttps://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitioner
Statusactive
NameNxhPractitioner
DescriptionThe nexuzhealth profile for a practitioner used during import and export procedures.
TypePractitioner
Kindresource

Resources that use this resource

StructureDefinition
NxhAnnex81NxhAnnex81

Resources that this resource uses

StructureDefinition
be-practitionerBePractitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-practitioner",
  "url": "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitioner",
  "name": "NxhPractitioner",
  "status": "active",
  "description": "The nexuzhealth profile for a practitioner used during import and export procedures.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier:practitionerId",
        "path": "Practitioner.identifier",
        "sliceName": "practitionerId",
        "short": "The CDM identifier for this pracitioner",
        "definition": "The identifier for this practitioner used in the Common Data Model of NxH Pro.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.identifier:practitionerId.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.nxh.com/standards/fhir/NamingSystem/practitionerId"
      },
      {
        "id": "Practitioner.identifier:practitionerId.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.address.extension",
        "path": "Practitioner.address.extension",
        "min": 1
      }
    ]
  }
}