ECMO therapy


Parameter Case Report Form and Response Options

ECMO therapy Present
ECMO therapy Yes ☐
No ☐
Unknown ☐

This profile of a FHIR Procedure is derived from the Procedure-profile of the Medical Informatics Initiative (MII).

The response options can be controlled via the status-Element of the Procedure resource:

Response option Procedure.status
Yes in-progress
No not-done
Unknown unknown

Notice however that this should not discourage systems, that implement the entire workflow execution states, to exchange resources which may contain information deemed relevant for this use case. This can especially include procedures where the status is completed.


Use the SNOMED CT concept 233573008 |Extracorporeal membrane oxygenation (procedure)| for Procedure.code.coding:sct.

Any OPS code from chapter 8-852 Extrakorporaler Gasaustausch ohne und mit Herzunterstützung und Prä-ECMO-Therapie is applicable for Procedure.code.coding:ops.


Profile - Extracorporeal membrane oxygenation

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/extracorporeal-membrane-oxygenation

Snapshot

idS Σ0..1string
id0..1string
extensionC0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceS Σ0..1uri
profileS Σ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
DokumentationsdatumS C0..1Extension(dateTime)
durchfuehrungsabsichtS C0..1Extension(Coding)
modifierExtension?! C0..*Extension
identifierΣ0..*Identifier
instantiatesCanonicalΣ0..*canonical(PlanDefinition | ActivityDefinition | Measure | OperationDefinition | Questionnaire)
instantiatesUriΣ0..*uri
basedOnΣ0..*Reference(CarePlan | ServiceRequest)
partOfΣ0..*Reference(Procedure | Observation | MedicationAdministration)
statusS Σ ?!1..1codeBinding
statusReasonΣ0..1CodeableConcept
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uriPattern
versionΣ0..1string
codeS Σ1..1codePattern
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionC0..*Extension
id0..1string
SeitenlokalisationS C0..1Extension(Coding)
systemS Σ1..1uriFixed ValuePattern
versionS Σ1..1string
codeS Σ C1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
id0..1string
extensionC0..*Extension
systemS Σ1..1uriPattern
versionΣ0..1string
codeS Σ1..1codePattern
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
subjectΣ C1..1MII-Reference(Patient)
encounterΣ0..1Reference(Encounter)
performedDateTimedateTime
performedPeriodPeriod
recorderΣ0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)
asserterΣ0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
functionΣ0..1CodeableConcept
actorΣ1..1Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device)
onBehalfOf0..1Reference(Organization)
locationΣ0..1Reference(Location)
reasonCodeΣ0..*CodeableConcept
reasonReferenceΣ0..*Reference(Condition | Observation | Procedure | DiagnosticReport | DocumentReference)
bodySiteS Σ0..*CodeableConceptBinding
outcomeΣ0..1CodeableConcept
report0..*Reference(DiagnosticReport | DocumentReference | Composition)
complication0..*CodeableConcept
complicationDetail0..*Reference(Condition)
followUp0..*CodeableConcept
noteS0..*Annotation
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
action0..1CodeableConceptBinding
manipulated1..1Reference(Device)
usedReference0..*Reference(Device | Medication | Substance)
usedCode0..*CodeableConcept


ValueSets

Valuesets are provided with OPS codes.

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/extracorporeal-membrane-oxygenation

This value set includes codes from the following code systems:

  • Include codes from OPS where concept DescendentOf 8-852
    Include codes from OPS where child Exists false
  • Include codes from OPS where concept DescendentOf 8-852
    Include codes from OPS where child Exists false
  • Include codes from OPS where concept DescendentOf 8-852
    Include codes from OPS where child Exists false


Examples

ECMO Yes
Patient is receiving ECMO treatment

{
"resourceType": "Procedure",
"id": "extracorporeal-membrane-oxygenation-in-progress",
"meta": {
"profile": [
"https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/extracorporeal-membrane-oxygenation"
]
},
"status": "in-progress",
"coding": [
{
"code": "277132007",
"system": "http://snomed.info/sct",
"display": "Therapeutic procedure (procedure)"
}
]
},
"code": {
"coding": [
{
"code": "233573008",
"system": "http://snomed.info/sct",
"display": "Extracorporeal membrane oxygenation (procedure)"
}
],
"text": "ECMO"
},
"subject": {
"reference": "Patient/gecco-patient"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}


ECMO No
Patient is not receiving ECMO treatment

{
"resourceType": "Procedure",
"id": "extracorporeal-membrane-oxygenation-not-done",
"meta": {
"profile": [
"https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/extracorporeal-membrane-oxygenation"
]
},
"status": "not-done",
"coding": [
{
"code": "277132007",
"system": "http://snomed.info/sct",
"display": "Therapeutic procedure (procedure)"
}
]
},
"code": {
"coding": [
{
"code": "233573008",
"system": "http://snomed.info/sct",
"display": "Extracorporeal membrane oxygenation (procedure)"
}
],
"text": "ECMO"
},
"subject": {
"reference": "Patient/gecco-patient"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "not-performed"
}
]
}
}


ECMO Unknown
Unknown if patient is receiving ECMO treatment

{
"resourceType": "Procedure",
"id": "extracorporeal-membrane-oxygenation-unknown",
"meta": {
"profile": [
"https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/extracorporeal-membrane-oxygenation"
]
},
"status": "unknown",
"coding": [
{
"code": "277132007",
"system": "http://snomed.info/sct",
"display": "Therapeutic procedure (procedure)"
}
]
},
"code": {
"coding": [
{
"code": "233573008",
"system": "http://snomed.info/sct",
"display": "Extracorporeal membrane oxygenation (procedure)"
}
],
"text": "ECMO"
},
"subject": {
"reference": "Patient/gecco-patient"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}