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

FHIR IG Statistics: ValueSet/list-codes

PackageCapable.repository
Resource TypeValueSet
Idlist-codes
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/list-codes
URLhttp://capable-project.eu/data/fhir/ValueSet/list-codes
Versionv0
Statusdraft
NameList codes
DescriptionThis values set contains codes to encode the option sets including several alternative solutions appropriate for the patient. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *code* attribute of the List resouces

Resources that use this resource

StructureDefinition
List_ProfileList_Profile

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "list-codes",
  "meta": {
    "lastUpdated": "2021-06-09T10:55:00+02:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/list-codes",
  "version": "v0",
  "name": "List codes",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains codes to encode the option sets including several alternative solutions appropriate for the patient. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *code* attribute of the List resouces",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "410342001",
            "display": "Interaction case management"
          },
          {
            "code": "385642001",
            "display": "Under consideration"
          }
        ]
      }
    ]
  }
}