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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeProcedure
IdProcedure-StrokeThrombolysisExample.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: Procedure StrokeThrombolysisExample

Procedure Timing Context Extension: Unknown/Not Applicable

status: Completed

code: Thrombolysis of cerebral artery by intravenous infusion (procedure)

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

occurrence: 2025-03-01 10:00:00+0000 --> 2025-03-01 10:30:00+0000


Source1

{
  "resourceType": "Procedure",
  "id": "StrokeThrombolysisExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/stroke-mechanical-procedure-profile"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://testSK.org/StructureDefinition/procedure-timing-context-ext",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://testSK.org/CodeSystem/procedure-timing-context-cs",
            "code": "unknown",
            "display": "Unknown/Not Applicable"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "472191000119101",
        "display": "Thrombolysis of cerebral artery by intravenous infusion (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "occurrencePeriod": {
    "start": "2025-03-01T10:00:00Z",
    "end": "2025-03-01T10:30:00Z"
  }
}