FHIR IG Statistics: StructureDefinition/PosiTheraStateOfConsciousness
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/StateOfConsciousness",
"version": "0.9",
"name": "StateOfConsciousness",
"status": "draft",
"publisher": "Hochschule Osnabrück",
"contact": [
{
"name": "Mareike Przysucha",
"telecom": [
{
"system": "email",
"value": "ewundbericht@hs-osnabrueck.de",
"use": "work"
},
{
"system": "phone",
"value": "+49 541 969 3354",
"use": "work"
}
]
}
],
"description": "Profile for the state of consciousness. The state can be given in quantity or quality.",
"copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "sct-concept",
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "sct-attr",
"uri": "http://snomed.org/attributebinding",
"name": "SNOMED CT Attribute Binding"
}
],
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.code",
"path": "Observation.code",
"mustSupport": true
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Observation.code.coding:loinc",
"path": "Observation.code.coding",
"sliceName": "loinc",
"min": 1,
"max": "1",
"fixedCoding": {
"system": "http://loinc.org",
"code": "80288-4",
"display": "Level of Consciousness"
}
},
{
"id": "Observation.code.coding:loinc.system",
"path": "Observation.code.coding.system",
"fixedUri": "http://loinc.org"
},
{
"id": "Observation.code.coding:loinc.code",
"path": "Observation.code.coding.code",
"fixedCode": "80288-4"
},
{
"id": "Observation.code.coding:snomed",
"path": "Observation.code.coding",
"sliceName": "snomed",
"max": "1"
},
{
"id": "Observation.code.coding:snomed.system",
"path": "Observation.code.coding.system",
"fixedUri": "http://snomed.info/sct"
},
{
"id": "Observation.code.coding:snomed.code",
"path": "Observation.code.coding.code",
"patternCode": "248217000"
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
]
}
]
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"type": [
{
"code": "dateTime"
}
],
"mustSupport": true
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"type": [
{
"code": "string"
}
],
"mustSupport": true
},
{
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"max": "0"
},
{
"id": "Observation.specimen",
"path": "Observation.specimen",
"max": "0"
},
{
"id": "Observation.component",
"path": "Observation.component",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "code.coding"
}
],
"rules": "open"
},
"max": "2"
},
{
"id": "Observation.component:quantity",
"path": "Observation.component",
"sliceName": "quantity",
"max": "1"
},
{
"id": "Observation.component:quantity.code",
"path": "Observation.component.code",
"mustSupport": true
},
{
"id": "Observation.component:quantity.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:quantity.code.coding.system",
"path": "Observation.component.code.coding.system",
"fixedUri": "http://snomed.info/sct"
},
{
"id": "Observation.component:quantity.code.coding.code",
"path": "Observation.component.code.coding.code",
"patternCode": "248217000:370132008=30766002"
},
{
"id": "Observation.component:quantity.value[x]",
"path": "Observation.component.value[x]",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_quantitativ"
}
},
{
"id": "Observation.component:quantity.value[x].coding",
"path": "Observation.component.value[x].coding",
"binding": {
"strength": "preferred",
"valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_quantitativ"
}
},
{
"id": "Observation.component:quality",
"path": "Observation.component",
"sliceName": "quality",
"max": "1"
},
{
"id": "Observation.component:quality.code",
"path": "Observation.component.code",
"mustSupport": true
},
{
"id": "Observation.component:quality.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:quality.code.coding.system",
"path": "Observation.component.code.coding.system",
"fixedUri": "http://snomed.info/sct"
},
{
"id": "Observation.component:quality.code.coding.code",
"path": "Observation.component.code.coding.code",
"patternCode": "248217000:370132008=26716007"
},
{
"id": "Observation.component:quality.value[x]",
"path": "Observation.component.value[x]",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_qualitativ"
}
}
]
}
}