Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: patient1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient1",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jane Doe </b> female, DoB: 1956-05-27 ( BeSSINNamingSystem/99999999999\u00a0(use:\u00a0OFFICIAL))</p><hr/></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "99999999999"
    }
  ],
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1956-05-27"
}