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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeObservation
IdObservation-FunctionalScoreObservationExample.json
FHIR VersionR5

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

Generated Narrative: Observation FunctionalScoreObservationExample

Observation Timing Context Extension: Pre-stroke

status: Final

category: Exam

code: Modified Rankin Scale score (observable entity)

subject: Anonymous Patient (no stated gender), DoB Unknown

encounter: Encounter: extension = true,ICU / Stroke Unit,false,Neurology department (environment); status = completed; type = Inpatient Encounter; actualPeriod = 2025-03-01 08:00:00+0000 --> 2025-03-10 12:00:00+0000

value: No symptoms


Source1

{
  "resourceType": "Observation",
  "id": "FunctionalScoreObservationExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/functional-score-observation-profile"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://testSK.org/StructureDefinition/observation-timing-context-ext",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://testSK.org/CodeSystem/assessment-context-cs",
            "code": "pre-stroke",
            "display": "Pre-stroke"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1255866005",
        "display": "Modified Rankin Scale score (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "Encounter/StrokeEncounterExample"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://testSK.org/CodeSystem/mrs-score-cs",
        "code": "0",
        "display": "No symptoms"
      }
    ]
  }
}