German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: Second independently quantified therapeutic-remedy line - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleTherapeuticRemedyLineTwo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-therapeutic-remedy-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleTherapeuticRemedyLineTwo</b></p><a name=\"ExampleTherapeuticRemedyLineTwo\"> </a><a name=\"hcExampleTherapeuticRemedyLineTwo\"> </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-therapeutic-remedy-de.html\">Praxis Therapeutic Remedy DE</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy example-remedy-202}\">example-remedy-202</span></p><p><b>quantity</b>: 10 treatment sessions</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: 2 per 1 week</p><p><b>authoredOn</b>: 2026-08-15</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy",
        "code" : "example-remedy-202"
      }
    ]
  },
  "quantityQuantity" : {
    "value" : 10,
    "unit" : "treatment sessions"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "occurrenceTiming" : {
    "repeat" : {
      "frequency" : 2,
      "period" : 1,
      "periodUnit" : "wk"
    }
  },
  "authoredOn" : "2026-08-15",
  "requester" : {
    🔗 "reference" : "Practitioner/example-practitioner"
  }
}