FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "cyehr-sd-sleep",
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-sleep",
"name": "CYEHRSDSleep",
"title": "Cyprus EHR Sleep profile",
"status": "draft",
"date": "2022-05-19",
"publisher": "eHealth4U",
"contact": [
{
"name": "eHealth Lab (University of Cyprus)",
"telecom": [
{
"system": "email",
"value": "ehealthl@ucy.ac.cy",
"use": "work"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-socialhistory",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.meta",
"path": "Observation.meta"
},
{
"id": "Observation.meta.profile",
"path": "Observation.meta.profile",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Observation.meta.profile:CyprusEHRProfile",
"path": "Observation.meta.profile",
"sliceName": "CyprusEHRProfile",
"min": 1,
"max": "1",
"fixedCanonical": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-sleep"
},
{
"id": "Observation.code",
"path": "Observation.code",
"short": "Sleep pattern finding.",
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nCyprusEHR: display: \"Sleep pattern finding\"",
"patternCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "401175000"
}
]
}
},
{
"id": "Observation.code.coding.code",
"path": "Observation.code.coding.code",
"short": "Loinc code of sleep duration"
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"min": 1,
"type": [
{
"code": "Period"
}
]
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
],
"binding": {
"strength": "required",
"description": "Sleep pattern finding - snomed (401175000)",
"valueSet": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-findingrelatedtosleep"
}
},
{
"id": "Observation.value[x].coding.system",
"path": "Observation.value[x].coding.system",
"min": 1
},
{
"id": "Observation.value[x].coding.code",
"path": "Observation.value[x].coding.code",
"min": 1
},
{
"id": "Observation.value[x].coding.display",
"path": "Observation.value[x].coding.display",
"min": 1
}
]
}
}