This is an old version - please visit our new IG location
1.1.0 - published

This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions

: Practitioner 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner1",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 79121137740 (OFFICIAL), id: 18749704477 (OFFICIAL)</p><p><b>name</b>: Katherine Pulaski (OFFICIAL)</p><p><b>telecom</b>: <a href=\"mailto:katherine.pulaski@enterprisehospital.be\">katherine.pulaski@enterprisehospital.be</a>, ph: 022675198(WORK), fax: 022675209(WORK)</p><p><b>address</b>: Jupiterlaan 5, 1853 Grimbergen(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1979-12-11</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "79121137740"
    },
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/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" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "nl"
        }
      ],
      "use" : "home",
      "text" : "Jupiterlaan 5, 1853 Grimbergen",
      "line" : [
        "Jupiterlaan 5"
      ],
      "city" : "Grimbergen",
      "postalCode" : "1853",
      "country" : "BE"
    }
  ],
  "gender" : "female",
  "birthDate" : "1979-12-11"
}