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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.icu
Resource TypeProcedure
Idmii-exa-icu-ecmo.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": "Procedure",
  "id": "mii-exa-icu-ecmo",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/mii-pr-icu-ect-extrakorporales-verfahren"
    ]
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
        "code": "procedure",
        "display": "Procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "786453001",
        "display": "Venovenous extracorporeal membrane oxygenation (procedure)",
        "version": "http://snomed.info/sct/900000000000207008/version/20241101"
      }
    ]
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "http://example.com",
      "value": "1234"
    }
  },
  "encounter": {
    "type": "Encounter",
    "identifier": {
      "system": "http://example.com",
      "value": "5678"
    }
  },
  "performedPeriod": {
    "start": "2021-12-06T00:52:00+01:00",
    "end": "2021-12-06T14:34:00+01:00"
  }
}