FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/patient-goals

PackageCapable.repository
Resource TypeValueSet
Idpatient-goals
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/patient-goals
URLhttp://capable-project.eu/data/fhir/ValueSet/patient-goals
Versionv0
Statusdraft
NamePatient goals
DescriptionThis 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

Resources that use this resource

StructureDefinition
Goal_ProfileGoal_Profile

Resources that this resource uses

CodeSystem
sctSNOMED 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"
          }
        ]
      }
    ]
  }
}