FHIR IG Statistics: ValueSet/patient-goals
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "patient-goals",
"meta": {
"lastUpdated": "2021-06-09T10:18:00+02:00"
},
"url": "http://capable-project.eu/data/fhir/ValueSet/patient-goals",
"version": "v0",
"name": "Patient goals",
"status": "draft",
"publisher": "Capable team",
"description": "This values set contains codes to encode goals for the patient, both proposed by the clinician and generated by the system. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *category* attribute of the Goal resouces",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "1240201000000106",
"display": "Mental wellbeing"
},
{
"code": "384759009",
"display": "Nutrition, function"
},
{
"code": "68130003",
"display": "Physical activity"
},
{
"code": "404950004",
"display": "Sleep behavior"
},
{
"code": "699089001",
"display": "Social wellbeing"
}
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "418521000",
"display": "Avoid exposure of skin to direct sunlight or sun lamps"
},
{
"code": "708255002",
"display": "First line treatment"
},
{
"code": "272385004",
"display": "Outdoor pursuit"
},
{
"code": "395077000",
"display": "Treatment intent"
}
]
}
]
}
}