HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions

: patient10 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient10",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
    ]
  },
  "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/ssin",
      "value" : "79121137740"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "La Paradisio",
      "given" : [
        "Josephine",
        "Nessa"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "nessa.laparadisio@belgium.be"
    },
    {
      "system" : "phone",
      "value" : "+322476792979",
      "use" : "mobile"
    },
    {
      "system" : "phone",
      "value" : "+3226718655",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "+322476799",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "birthDate" : "1979-12-11",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime" : "1979-12-11T13:28:17-05:00"
      }
    ]
  },
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "text" : "Sloordelle 42, 1160 Oudergem",
      "line" : [
        "Sloordelle 42"
      ],
      "city" : "Oudergem",
      "postalCode" : "1160",
      "country" : "BE"
    }
  ]
}