{
"description": "To support the standard exchange of scores such as pain assessment scores, or risk score, etc",
"_filename": "StructureDefinition-be-scoreresult.json",
"package_name": "ehealthplatform.be.r4.federalprofiles",
"date": "2021-01-10T10:59:49+00:00",
"derivation": "constraint",
"publisher": "eHealth Platform",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "056",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
}, {
"code": "BE",
"system": "urn:iso:std:iso:3166"
} ]
} ],
"name": "BeScoreResult",
"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": null,
"resourceType": "StructureDefinition",
"title": "BEScoreResult",
"package_version": "1.1.33-beta",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Clinical.Diagnostics"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
"valueCode": "patient"
} ],
"status": "draft",
"id": "ea51c00e-c03e-4180-b77d-7a5bfa2030e9",
"kind": "resource",
"url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult",
"version": "0.1.0",
"differential": {
"element": [ {
"id": "Observation.identifier",
"path": "Observation.identifier",
"mustSupport": true
}, {
"id": "Observation.category",
"path": "Observation.category",
"short": "The high-level group or category of the score - e.g. 'Risk score' or 'Pain score'",
"binding": {
"strength": "required",
"valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-scorecategory"
},
"mustSupport": true
}, {
"id": "Observation.code",
"path": "Observation.code",
"short": "The code of the score that is being calculated.",
"binding": {
"strength": "required",
"valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-score"
},
"mustSupport": true
}, {
"id": "Observation.subject",
"min": 1,
"path": "Observation.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient", "http://hl7.org/fhir/StructureDefinition/Group" ]
} ],
"short": "The patient that this score refers to",
"mustSupport": true
}, {
"id": "Observation.effective[x]",
"min": 1,
"path": "Observation.effective[x]",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
}
}, {
"id": "Observation.effective[x]:effectivePeriod",
"min": 1,
"path": "Observation.effective[x]",
"type": [ {
"code": "Period"
} ],
"short": "The time period that the score refers to.",
"sliceName": "effectivePeriod",
"mustSupport": true
}, {
"id": "Observation.issued",
"min": 1,
"path": "Observation.issued",
"short": "The date and time when the score was made available",
"mustSupport": true
}, {
"id": "Observation.performer",
"path": "Observation.performer",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization" ]
} ],
"short": "The care provider that took the assessment",
"mustSupport": true
}, {
"id": "Observation.value[x]",
"min": 1,
"path": "Observation.value[x]",
"short": "The actual score value.",
"mustSupport": true
}, {
"id": "Observation.interpretation",
"path": "Observation.interpretation",
"short": "The interpretation of the result from the value. For example if value is 12, the interpretation can be 'elevated'",
"mustSupport": true
}, {
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"short": "The body site to which the score applies, when applicable",
"mustSupport": true
}, {
"id": "Observation.bodySite.extension",
"path": "Observation.bodySite.extension",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"id": "Observation.bodySite.extension:laterality",
"max": "1",
"path": "Observation.bodySite.extension",
"type": [ {
"code": "Extension",
"profile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality" ]
} ],
"sliceName": "laterality",
"mustSupport": true
}, {
"id": "Observation.referenceRange",
"path": "Observation.referenceRange",
"short": "The different ranges of the value",
"definition": "The different ranges that the value can have, and corresponding evaluation (e.g. 0..10: normal; 11..20: elevated)",
"mustSupport": true
}, {
"id": "Observation.derivedFrom",
"path": "Observation.derivedFrom",
"short": "The source values for the assessment - for example a QuestionnaireResponse",
"mustSupport": true
} ]
},
"contact": [ {
"name": "eHealth Platform",
"telecom": [ {
"value": "https://www.ehealth.fgov.be",
"system": "url"
} ]
}, {
"name": "Message structure",
"telecom": [ {
"value": "message-structure@ehealth.fgov.be",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}