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

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypePractitioner
IdPractitioner-practitioner2.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

Generated Narrative: Practitioner practitioner2

version: 1; Last updated: 2019-07-01 13:30:55+0000

Profile: BePractitioner

identifier: BeSSINNamingSystem/79121137740 (use: official, ), BeNIHDINamingSystem/18749704 (use: official, )

name: Katherine Pulaski (Official)

telecom: ph: 022675198(Work), katherine.pulaski@enterprisehospital.be, fax: 022675209(Work)

address: Jupiterlaan 5, 1853 Grimbergen(home)

gender: Female

birthDate: 1979-12-11


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner2",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-01T13:30:55.864+00:00",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "79121137740"
    },
    {
      "use": "official",
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value": "18749704"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Pulaski",
      "given": [
        "Katherine"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "022675198",
      "use": "work"
    },
    {
      "system": "email",
      "value": "katherine.pulaski@enterprisehospital.be",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "022675209",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "text": "Jupiterlaan 5, 1853 Grimbergen",
      "line": [
        "Jupiterlaan 5"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Jupiterlaan"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "5"
            }
          ]
        }
      ],
      "city": "Grimbergen",
      "postalCode": "1853",
      "country": "BE"
    }
  ],
  "gender": "female",
  "birthDate": "1979-12-11"
}