Canonical:
https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-arterieller-blutdruck
Es handelt sich hier um einen pulsatilen Druck. Für diesen gelten neben den Eigenschaften des generischen Profils zu Monitoring und Vitaldaten außerdem die Besonderheiten, die auf der Seite des Profils zu Blutdruck (Observation) beschrieben sind. Siehe dort für nähere Informationen hinsichtlich Erklärungen der Items, oder Bezug der Einträge in der FHIR-Ressource zum Logical Model.
Differential
Snapshot
Beispiel
{ "resourceType": "Observation", "id": "exa-mii-icu-muv-arterieller-blutdruck", "meta": { "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/arterieller-blutdruck" ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "364090009", "display": "Systemic arterial pressure (observable entity)" }, { "system": "http://loinc.org", "code": "85354-9", "display": "Blood pressure panel with all children optional" } ] }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2019-12-23T09:30:10+01:00", "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "8480-6", "display": "Systolic blood pressure" }, { "system": "http://snomed.info/sct", "code": "271649006", "display": "Systolic blood pressure (observable entity)" }, { "system": "urn:iso:std:iso:11073:10101", "code": "150017", "display": "Systolic blood pressure" } ] }, "valueQuantity": { "value": 120, "unit": "millimeter Mercury column", "system": "http://unitsofmeasure.org", "code": "mm[Hg]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "8478-0", "display": "Mean blood pressure" }, { "system": "http://snomed.info/sct", "code": "6797001", "display": "Mean blood pressure (observable entity)" }, { "system": "urn:iso:std:iso:11073:10101", "code": "150019", "display": "Mean blood pressure" } ] }, "valueQuantity": { "value": 90, "unit": "millimeter Mercury column", "system": "http://unitsofmeasure.org", "code": "mm[Hg]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "8462-4", "display": "Diastolic blood pressure" }, { "system": "http://snomed.info/sct", "code": "271650006", "display": "Diastolic blood pressure (observable entity)" }, { "system": "urn:iso:std:iso:11073:10101", "code": "150018", "display": "Diastolic blood pressure" } ] }, "valueQuantity": { "value": 80, "unit": "millimeter Mercury column", "system": "http://unitsofmeasure.org", "code": "mm[Hg]" } } ] }
Powered by SIMPLIFIER.NET
