FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeServiceRequest
IdServiceRequest-mii-exa-seltene-therapieempfehlung-physiotherapie-sma.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "mii-exa-seltene-therapieempfehlung-physiotherapie-sma",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapieempfehlung-nicht-medikamentoes|2026.0.1"
    ]
  },
  "status": "active",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-strategie",
          "code": "other",
          "display": "Sonstige"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-typ",
          "code": "symptomatic",
          "display": "Symptomatisch"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91251008",
        "display": "Physical therapy procedure"
      }
    ],
    "text": "Physiotherapie zur Erhaltung der motorischen Funktionen"
  },
  "subject": {
    "reference": "Patient/patient-sma-001"
  },
  "occurrenceTiming": {
    "repeat": {
      "frequency": 2,
      "period": 1,
      "periodUnit": "wk"
    }
  },
  "authoredOn": "2024-07-29",
  "reasonReference": [
    {
      "reference": "Condition/sma-diagnosis",
      "display": "Infantile Spinale Muskelatrophie Typ 1"
    }
  ],
  "note": [
    {
      "text": "Regelmäßige Physiotherapie 2x wöchentlich zur Kontrakturprophylaxe und Erhaltung der Restfunktion"
    }
  ]
}