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

: Behandlungsteam Zahnarztpraxis Dr. Mueller - JSON Representation

Raw json | Download

{
  "resourceType" : "CareTeam",
  "id" : "example-care-team",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam example-care-team</b></p><a name=\"example-care-team\"> </a><a name=\"hcexample-care-team\"> </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-care-team-de.html\">CareTeam DE</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LA27975-4}\">Event-focused care team</span></p><p><b>name</b>: Behandlungsteam Zahnarztpraxis Dr. Mueller</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle zahnarzt}\">Zahnarzt</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle zfa}\">ZFA</span></p><p><b>member</b>: Frau Schmidt</p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle wb-assistent}\">WB-Assistent</span></p><p><b>member</b>: Herr Weber</p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LA27975-4",
          "display" : "Event-focused care team"
        }
      ]
    }
  ],
  "name" : "Behandlungsteam Zahnarztpraxis Dr. Mueller",
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2024-01-01",
    "end" : "2024-03-31"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle",
              "code" : "zahnarzt",
              "display" : "Zahnarzt"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/example-practitioner"
      },
      "period" : {
        "start" : "2024-01-01",
        "end" : "2024-03-31"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle",
              "code" : "zfa",
              "display" : "ZFA"
            }
          ]
        }
      ],
      "member" : {
        "display" : "Frau Schmidt"
      },
      "period" : {
        "start" : "2024-01-01",
        "end" : "2024-03-31"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle",
              "code" : "wb-assistent",
              "display" : "WB-Assistent"
            }
          ]
        }
      ],
      "member" : {
        "display" : "Herr Weber"
      },
      "period" : {
        "start" : "2024-01-01",
        "end" : "2024-03-31"
      }
    }
  ],
  "managingOrganization" : [
    {
      🔗 "reference" : "Organization/example-organization"
    }
  ]
}