{ "description": "Das vorliegende Observation-Profil im UseCase Vitalparameter und Messwerte beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.", "_filename": "StructureDefinition-MaiaVitalparameterUndMesswerte.json", "package_name": "tiplu.maia.schnittstellendefinition", "date": "2023-02-27", "derivation": "constraint", "publisher": "Tiplu GmbH", "fhirVersion": "4.0.1", "name": "MaiaVitalparameterUndMesswerte", "abstract": false, "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": "Maia Vitalparameter und Messwerte", "package_version": "1.1.1", "status": "active", "id": "310c713c-def3-4108-8ca8-047314f9a093", "kind": "resource", "url": "https://tiplu.de/fhir/maia/StructureDefinition/MaiaVitalparameterUndMesswerte", "version": "1.0.0", "differential": { "element": [ { "id": "Observation.id", "min": 1, "path": "Observation.id", "mustSupport": true }, { "id": "Observation.status", "path": "Observation.status", "mustSupport": true }, { "id": "Observation.category", "min": 1, "path": "Observation.category", "mustSupport": true, "patternCodeableConcept": { "coding": [ { "code": "vital-signs", "system": "http://terminology.hl7.org/CodeSystem/observation-category" } ] } }, { "id": "Observation.code", "path": "Observation.code", "binding": { "strength": "required", "valueSet": "https://tiplu.de/fhir/maia/ValueSet/MaiaUnterstuetzteVitalparameterUndMesserteVS" }, "mustSupport": true }, { "id": "Observation.subject", "min": 1, "path": "Observation.subject", "type": [ { "code": "Reference", "targetProfile": [ "https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient" ] } ], "mustSupport": true }, { "id": "Observation.encounter", "min": 1, "path": "Observation.encounter", "type": [ { "code": "Reference", "targetProfile": [ "https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung" ] } ], "mustSupport": true }, { "id": "Observation.effective[x]", "min": 1, "path": "Observation.effective[x]", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "type" } ] }, "mustSupport": true }, { "id": "Observation.effective[x]:effectiveDateTime", "max": "1", "min": 1, "path": "Observation.effective[x]", "type": [ { "code": "dateTime" } ], "sliceName": "effectiveDateTime", "mustSupport": true }, { "id": "Observation.value[x]", "path": "Observation.value[x]", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "type" } ] }, "mustSupport": true }, { "id": "Observation.value[x]:valueQuantity", "max": "1", "min": 0, "path": "Observation.value[x]", "type": [ { "code": "Quantity" } ], "sliceName": "valueQuantity", "mustSupport": true }, { "id": "Observation.value[x]:valueQuantity.value", "min": 1, "path": "Observation.value[x].value", "mustSupport": true }, { "id": "Observation.value[x]:valueQuantity.unit", "min": 1, "path": "Observation.value[x].unit", "mustSupport": true }, { "id": "Observation.value[x]:valueQuantity.system", "min": 1, "path": "Observation.value[x].system", "mustSupport": true }, { "id": "Observation.value[x]:valueQuantity.code", "min": 1, "path": "Observation.value[x].code", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }