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

FHIR IG Statistics: ValueSet/progress-made-towards-goals

Packagesignal.core.r4
Resource TypeValueSet
Idprogress-made-towards-goals
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/ValueSet/progress-made-towards-goals
URLhttps://signalbhn.org/fhir/ValueSet/progress-made-towards-goals
Version6.0.0
Statusdraft
NameProgressMadeTowardsGoals
TitleProgress Made Towards Goals
Realmus
Authorityhl7
DescriptionProgress made towards written, measurable treatment goals.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
progress-made-towards-goalsProgress Made Towards Goals

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "progress-made-towards-goals",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "https://signalbhn.org/fhir/ValueSet/progress-made-towards-goals",
  "version": "6.0.0",
  "name": "ProgressMadeTowardsGoals",
  "title": "Progress Made Towards Goals",
  "publisher": "Signal",
  "status": "draft",
  "experimental": true,
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Progress made towards written, measurable treatment goals.",
  "compose": {
    "include": [
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/progress-made-towards-goals",
        "concept": [
          {
            "code": "1",
            "display": "No Progress"
          },
          {
            "code": "2",
            "display": "Minimal Progress"
          },
          {
            "code": "3",
            "display": "Moderate Progress"
          },
          {
            "code": "4",
            "display": "Goal Met"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-07-31T18:35:33.1743667+00:00",
    "contains": [
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/progress-made-towards-goals",
        "code": "1",
        "display": "No Progress"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/progress-made-towards-goals",
        "code": "2",
        "display": "Minimal Progress"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/progress-made-towards-goals",
        "code": "3",
        "display": "Moderate Progress"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/progress-made-towards-goals",
        "code": "4",
        "display": "Goal Met"
      }
    ]
  }
}