FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenxh.fhir.r4
Resource TypePractitioner
Idnxhpractitioner-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "active": true,
  "birthDate": "2001-11-12",
  "gender": "female",
  "id": "17386595-8643-474e-afdd-81332975e107",
  "identifier": [
    {
      "system": "https://fhir.nxh.com/standards/fhir/NamingSystem/practitionerId",
      "use": "usual",
      "value": "17386595-8643-474e-afdd-81332975e107"
    },
    {
      "period": {
        "end": "9999-12-31T23:59:59+00:00",
        "start": "2022-01-01T00:00:00+00:00"
      },
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "use": "official",
      "value": "16333668995"
    },
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "type": {
        "coding": [
          {
            "code": "SB",
            "display": "Social Beneficiary Identifier",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "use": "official",
      "value": "01111228861"
    }
  ],
  "meta": {
    "profile": [
      "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitioner"
    ]
  },
  "name": [
    {
      "family": "FLORIE",
      "given": [
        "BENEDICTUS"
      ]
    }
  ],
  "resourceType": "Practitioner"
}