HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: practitioner1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner1",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value" : "18749704477"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Pulaski",
      "given" : [
        "Katherine"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "katherine.pulaski@enterprisehospital.be",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "022675198",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "022675209",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "text" : "Jupiterlaan 5, 1853 Grimbergen",
      "line" : [
        "Jupiterlaan 5"
      ],
      "city" : "Grimbergen",
      "postalCode" : "1853",
      "country" : "BE"
    }
  ]
}