HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Dr Durant (GP) - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "durant",
  "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 with Details</b></p><p><b>id</b>: durant</p><p><b>meta</b>: </p><p><b>identifier</b>: 50010112345 (OFFICIAL), 18749704355 (OFFICIAL)</p><p><b>name</b>: Paul Durant (OFFICIAL)</p><p><b>telecom</b>: ph: 023544117(WORK), paul.durant@durantclinique.be(WORK)</p><p><b>address</b>: Koning Albertstraat 32, 1785 Merchtem(HOME)</p><p><b>gender</b>: male</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "50010112345"
    },
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi",
      "value" : "18749704355"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Durant",
      "given" : [
        "Paul"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "023544117",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "paul.durant@durantclinique.be",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "text" : "Koning Albertstraat 32, 1785 Merchtem",
      "line" : [
        "Koning Albertstraat 32"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Koning Albertstraat"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "32"
            }
          ]
        }
      ],
      "city" : "Merchtem",
      "postalCode" : "1785",
      "country" : "BE"
    }
  ],
  "gender" : "male"
}