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

: practitioner1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner1",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner1\"> </a><a name=\"hcpractitioner1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;practitioner1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7-be/core//StructureDefinition-be-practitioner.html\">BePractitioner</a></p></div><p><b>identifier</b>: BeNIHDINamingSystem/88888888881\u00a0(use:\u00a0OFFICIAL)</p><p><b>name</b>: Leonard McCoy (OFFICIAL), Bones (NICKNAME)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value" : "88888888881"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "McCoy",
      "given" : [
        "Leonard"
      ]
    },
    {
      "use" : "nickname",
      "given" : [
        "Bones"
      ]
    }
  ]
}