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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.icu
Resource TypeObservation
Idmii-exa-icu-score-rass.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": "Observation",
  "id": "mii-exa-icu-score-rass",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-score-rass"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1345050000",
        "display": "Richmond Agitation Sedation Scale score (observable entity)"
      }
    ]
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "http://example.com",
      "value": "1234"
    }
  },
  "encounter": {
    "type": "Encounter",
    "identifier": {
      "system": "http://example.com",
      "value": "5678"
    }
  },
  "effectiveDateTime": "2021-12-06T00:52:00+01:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA33959-0"
      }
    ]
  }
}