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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.kardiologie
Resource TypeObservation
IdObservation-mii-exa-kardio-mrs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

mRS Skala: Die Einstufung auf der mRS-Skala liegt bei mehr als 3 (Patient kann nicht ohne fremde Hilfe gehen).

Source1

{
  "resourceType": "Observation",
  "id": "mii-exa-kardio-mrs",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-score-modifizierte-rankin-skala"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/observation-ids",
      "value": "MRS-OBS-123457"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "1255866005",
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/900000000000207008/version/20240701",
        "display": "Modified Rankin Scale score (observable entity)"
      },
      {
        "code": "75859-9",
        "system": "http://loinc.org",
        "display": "Modified rankin scale"
      }
    ]
  },
  "subject": {
    "display": "Beispielpatient"
  },
  "encounter": {
    "display": "Beispielfall"
  },
  "performer": [
    {
      "display": "Beispielkardiologe"
    }
  ],
  "note": [
    {
      "text": "Die Einstufung auf der mRS-Skala liegt bei mehr als 3 (Patient kann nicht ohne fremde Hilfe gehen)"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "category": [
    {
      "coding": [
        {
          "code": "survey",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "status": "final",
  "effectiveDateTime": "2024-11-12T14:23:00+01:00",
  "issued": "2024-11-12T15:00:00+01:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "code": "mRSbigger3",
        "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/CodeSystem/mii-cs-kardio-modifizierte-rankin-skala",
        "display": "Die Einstufung auf der mRS-Skala liegt bei mehr als 3 (Patient kann nicht ohne fremde Hilfe gehen)"
      }
    ]
  }
}