{
"description": "EKG Observation Profil",
"_filename": "StructureDefinition-observation-de-ekg.json",
"package_name": "de.basisprofil.r4",
"date": "2023-11-30",
"derivation": "constraint",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"fhirVersion": "4.0.1",
"name": "EkgDE",
"abstract": false,
"type": "Observation",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "EKG Observation Profil",
"package_version": "1.5.0",
"status": "active",
"id": "3f27559b-1643-4643-9f9a-a80bc37a45f0",
"kind": "resource",
"url": "http://fhir.de/StructureDefinition/observation-de-ekg",
"version": "1.5.0",
"differential": {
"element": [ {
"id": "Observation.category",
"min": 1,
"path": "Observation.category"
}, {
"id": "Observation.category.coding",
"path": "Observation.category.coding",
"patternCoding": {
"code": "procedure",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
}, {
"id": "Observation.code.coding",
"min": 1,
"path": "Observation.code.coding",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
}
}, {
"id": "Observation.code.coding:loinc",
"max": "*",
"min": 1,
"path": "Observation.code.coding",
"sliceName": "loinc",
"patternCoding": {
"code": "11524-6",
"system": "http://loinc.org"
}
}, {
"id": "Observation.code.coding:snomed",
"max": "*",
"min": 0,
"path": "Observation.code.coding",
"sliceName": "snomed",
"patternCoding": {
"code": "106073009",
"system": "http://snomed.info/sct"
}
}, {
"id": "Observation.subject",
"min": 1,
"path": "Observation.subject"
}, {
"id": "Observation.effective[x]",
"min": 1,
"path": "Observation.effective[x]",
"type": [ {
"code": "dateTime"
} ],
"constraint": [ {
"key": "vs-de-1",
"human": "If Observation.effective[x] has a value then that value shall be precise to the day",
"source": "http://fhir.de/StructureDefinition/observation-de-ekg",
"severity": "error",
"expression": "(($this is dateTime) implies ($this as dateTime).toString().length() >= 10) and ($this.start.exists() implies ($this.start as dateTime).toString().length() >= 10) and ($this.end.exists() implies ($this.end as dateTime).toString().length() >= 10)"
} ],
"mustSupport": true
}, {
"id": "Observation.value[x]",
"max": "0",
"path": "Observation.value[x]"
}, {
"id": "Observation.component",
"min": 1,
"path": "Observation.component"
}, {
"id": "Observation.component.code",
"path": "Observation.component.code",
"binding": {
"strength": "extensible",
"valueSet": "http://fhir.de/ValueSet/EkgLeads",
"description": "Codes identifying the EKG lead"
}
}, {
"id": "Observation.component.code.coding",
"min": 1,
"path": "Observation.component.code.coding"
}, {
"id": "Observation.component.value[x]",
"min": 1,
"path": "Observation.component.value[x]",
"type": [ {
"code": "SampledData"
} ]
}, {
"id": "Observation.component.value[x].data",
"min": 1,
"path": "Observation.component.value[x].data"
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.de/technische-komitees/fhir/",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}