{ "description": "Vital signs base definition profile", "_filename": "Profile-Observation-VitalSignsBase.json", "package_name": "de.gecco", "date": "2021-05-17", "derivation": "constraint", "publisher": "Charité", "fhirVersion": "4.0.1", "name": "VitalSignsBase", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://snomed.info/conceptdomain", "name": "SNOMED CT Concept Domain Binding", "identity": "sct-concept" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://snomed.org/attributebinding", "name": "SNOMED CT Attribute Binding", "identity": "sct-attr" } ], "abstract": false, "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": "Vital Signs Base Profile", "package_version": "1.0.5-rc.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Clinical.Diagnostics" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "patient" } ], "status": "active", "id": "407ba906-d7b0-4ce9-88e5-274a698170ca", "kind": "resource", "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/vital-signs-base", "version": "1.0.4", "differential": { "element": [ { "id": "Observation", "path": "Observation", "constraint": [ { "key": "vs-2", "human": "If there is no component or hasMember element then either a value[x] or a data absent reason must be present.", "xpath": "f:component or f:memberOF or f:*[starts-with(local-name(.), 'value')] or f:dataAbsentReason", "source": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/vital-signs-base", "severity": "error", "expression": "(component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())" } ] }, { "id": "Observation.status", "path": "Observation.status", "mustSupport": true }, { "id": "Observation.category", "min": 1, "path": "Observation.category", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "mustSupport": true }, { "id": "Observation.category:vs-cat", "max": "1", "min": 1, "path": "Observation.category", "sliceName": "vs-cat", "patternCodeableConcept": { "coding": [ { "code": "vital-signs", "system": "http://terminology.hl7.org/CodeSystem/observation-category" } ] } }, { "id": "Observation.code", "path": "Observation.code", "mustSupport": true }, { "id": "Observation.subject", "min": 1, "path": "Observation.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": true }, { "constraint": [ { "key": "vs-1", "human": "Datetime must be at least to day", "source": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/vital-signs-base", "severity": "error", "expression": "($this as dateTime).hasValue() implies ($this as dateTime).toString().length() >= 8" } ], "path": "Observation.effective[x]", "min": 1, "definition": "Often just a dateTime for vital signs.", "short": "Often just a dateTime for vital signs", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "type" } ] }, "type": [ { "code": "dateTime" }, { "code": "Period" } ], "mustSupport": true, "id": "Observation.effective[x]" }, { "id": "Observation.value[x]", "path": "Observation.value[x]", "short": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", "condition": [ "vs-2" ], "definition": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", "requirements": "9. SHALL contain exactly one [1..1] value with @xsi:type=\"PQ\" (CONF:7305)." }, { "id": "Observation.dataAbsentReason", "path": "Observation.dataAbsentReason", "condition": [ "vs-2" ] }, { "id": "Observation.hasMember", "path": "Observation.hasMember", "short": "Used when reporting vital signs panel components", "definition": "Used when reporting vital signs panel components." } ] }, "contact": [ { "telecom": [ { "value": "https://www.bihealth.org/en/research/core-facilities/interoperability/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }