German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Arztrolle Dr. Schoell — Praxis Gibitzenhof - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "ExamplePractitionerRole",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExamplePractitionerRole</b></p><a name=\"ExamplePractitionerRole\"> </a><a name=\"hcExamplePractitionerRole\"> </a><p><b>Zeitbudget Maximalminuten</b>: 72000</p><p><b>Zeitbudget Abrechnungskreise</b>: praxis-gibitzenhof</p><p><b>Primaerer Abrechnungskreis</b>: true</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-max-minuten",
      "valueInteger" : 72000
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-abrechnungskreise",
      "valueString" : "praxis-gibitzenhof"
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/cross-ak-is-primary",
      "valueBoolean" : true
    }
  ],
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/example-practitioner"
  },
  "organization" : {
    🔗 "reference" : "Organization/example-organization"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor"
        }
      ]
    }
  ]
}