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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypePractitioner
Idnl-core-practitioner-04.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Id 000432123 (UZI-NR-PERS), Id 16fa74e1-8fdf-11ec-1810-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Dirk de Vries

Source1

{
  "resourceType": "Practitioner",
  "id": "nl-core-practitioner-04",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/uzi-nr-pers",
      "value": "000432123"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "16fa74e1-8fdf-11ec-1810-020000000000"
    }
  ],
  "name": [
    {
      "family": "de Vries",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "de"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Vries"
          }
        ]
      },
      "given": [
        "Dirk"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ]
}