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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypePractitioner
Idmedmij-gbz-nl-core-practitioner-dcbea9b8-4b25-4499-91e3-af45e07f0255.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "dcbea9b8-4b25-4499-91e3-af45e07f0255",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/uzi-nr-pers",
      "value": "1235648"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "94857623"
    }
  ],
  "name": [
    {
      "family": "XXX_Korte",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "XXX_Korte"
          }
        ]
      },
      "given": [
        "Loes"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0698765432",
      "use": "work"
    }
  ]
}