German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: Hausarzt role linked to general practice HealthcareService - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "ExamplePractitionerRoleGeneral",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-practitioner-role-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExamplePractitionerRoleGeneral</b></p><a name=\"ExamplePractitionerRoleGeneral\"> </a><a name=\"hcExamplePractitionerRoleGeneral\"> </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-praxis-practitioner-role-de.html\">Praxis PractitionerRole DE</a></p></div><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-ExamplePraxisOrganizationHs.html\">Organization MVZ Gibitzenhof</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>location</b>: <a href=\"Location-ExampleSharedPracticeLocation.html\">Location Praxis Gibitzenhof — Hauptstandort</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-ExampleHealthcareServiceGeneral.html\">HealthcareService Hausarztpraxis Gibitzenhof</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/example-practitioner"
  },
  "organization" : {
    🔗 "reference" : "Organization/ExamplePraxisOrganizationHs"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/ExampleSharedPracticeLocation"
    }
  ],
  "healthcareService" : [
    {
      🔗 "reference" : "HealthcareService/ExampleHealthcareServiceGeneral"
    }
  ]
}