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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypePractitioner
IdPractitioner-practitioner-volledig.json
FHIR VersionR4

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

Example of Practitioner with all elements populated

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-volledig",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2Practitioner"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/resource-origin",
      "valueReference": {
        "reference": "Device/ba33314a-795a-4777-bef8-e6611f6be645",
        "type": "Device"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "http://fhir.nl/fhir/NamingSystem/big",
      "value": "11223344556"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Kees Jongen",
      "family": "Jongen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Jongen"
          }
        ]
      },
      "given": [
        "Kees"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "kees.jongen@therapieland.nl",
      "use": "work"
    }
  ],
  "gender": "unknown",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
              "code": "UNK",
              "display": "Unknown"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1990-12-12"
}