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

FHIR IG Statistics: ValueSet/hobbies

PackageCapable.repository
Resource TypeValueSet
Idhobbies
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/hobbies
URLhttp://capable-project.eu/data/fhir/ValueSet/hobbies
Versionv0
Statusdraft
NameHobbies
DescriptionThis values set contains clinical codes to encode the patient's hobbies. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct) and [LOINC](http://loinc.org). These codes must be used within the *valueCodeableConcept* attribute of the Observation resouces

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "hobbies",
  "meta": {
    "lastUpdated": "2021-06-09T12:05:00+02:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/hobbies",
  "version": "v0",
  "name": "Hobbies",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains clinical codes to encode the patient's hobbies. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct) and [LOINC](http://loinc.org). These codes must be used within the *valueCodeableConcept* attribute of the Observation resouces",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "300752005",
            "display": "Does perform gardening activities"
          },
          {
            "code": "30900002",
            "display": "Tai-chi"
          },
          {
            "code": "129006008",
            "display": "Walking"
          },
          {
            "code": "12261009",
            "display": "Writing"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA15948-5",
            "display": "Hobbies developing photographs"
          },
          {
            "code": "LA25353-6",
            "display": "Music"
          }
        ]
      }
    ]
  }
}