0.1.0 - ci-build

ONCOnnectTumorboardIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Requester Role (Example) - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "ONCOnnect-EX-TB-RequesterRole",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-requester-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ONCOnnect-EX-TB-RequesterRole</b></p><a name=\"ONCOnnect-EX-TB-RequesterRole\"> </a><a name=\"hcONCOnnect-EX-TB-RequesterRole\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onconnect-pr-tb-requester-role.html\">Requester Role (Profile)</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-ONCOnnect-EX-TB-Requester.html\">Practitioner Max Mustermann (official)</a></p><p><b>organization</b>: <a href=\"Organization-ONCOnnect-EX-TB-RequesterDepartment.html\">Organization Klinik für Onkologie</a></p><p><b>telecom</b>: <a href=\"tel:+491234567890\">+49 123 4567890</a>, <a href=\"mailto:requester@uniklinik-musterstadt.de\">requester@uniklinik-musterstadt.de</a></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/ONCOnnect-EX-TB-Requester"
  },
  "organization" : {
    🔗 "reference" : "Organization/ONCOnnect-EX-TB-RequesterDepartment"
  },
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+49 123 4567890"
    },
    {
      "system" : "email",
      "value" : "requester@uniklinik-musterstadt.de"
    }
  ]
}