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

: Rehabilitation sport participation request - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRehabSportRequest",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-request-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleRehabSportRequest</b></p><a name=\"ExampleRehabSportRequest\"> </a><a name=\"hcExampleRehabSportRequest\"> </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-rehabilitation-participation-request-de.html\">Rehabilitation Participation Request DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id</code>/E56-2026-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/annex-2b-care-domain e56-rehabilitation-participation}\">e56 Rehabilitation Participation</span></p><p><b>code</b>: <span title=\"Codes:\">Rehabilitation sport</span></p><p><b>quantity</b>: 50 sessions<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1*')</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>occurrence</b>: 2026-08-01 --&gt; 2027-01-31</p><p><b>authoredOn</b>: 2026-07-15</p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>reasonReference</b>: <a href=\"Condition-ExampleRehabCondition.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-ExampleRehabCoverage.html\">Coverage: identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id",
      "value" : "E56-2026-0001"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/praxis/CodeSystem/annex-2b-care-domain",
          "code" : "e56-rehabilitation-participation"
        }
      ]
    }
  ],
  "code" : {
    "text" : "Rehabilitation sport"
  },
  "quantityQuantity" : {
    "value" : 50,
    "unit" : "sessions",
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleRehabPatient"
  },
  "occurrencePeriod" : {
    "start" : "2026-08-01",
    "end" : "2027-01-31"
  },
  "authoredOn" : "2026-07-15",
  "requester" : {
    🔗 "reference" : "Practitioner/ExampleRehabRequester"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ExampleRehabCondition"
    }
  ],
  "insurance" : [
    {
      🔗 "reference" : "Coverage/ExampleRehabCoverage"
    }
  ]
}