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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeObservation
IdObservation-SpecificFindingObservationExampleMTICI.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 SpecificFindingObservationExampleMTICI

status: Final

code: mTICI Score Assessment

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: Grade 3: Complete antegrade reperfusion of the previously occluded target artery ischemic territory, with absence of visualized occlusion in all distal branches


Source1

{
  "resourceType": "Observation",
  "id": "SpecificFindingObservationExampleMTICI",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/specific-finding-observation-profile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1156911000",
        "display": "mTICI Score Assessment"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "Encounter/StrokeEncounterExample"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://testSK.org/CodeSystem/mtici-score-cs",
        "code": "3",
        "display": "Grade 3: Complete antegrade reperfusion of the previously occluded target artery ischemic territory, with absence of visualized occlusion in all distal branches"
      }
    ]
  }
}