Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.4.1.458 Value Set http://hl7.org/fhir/ValueSet/goal-achievement

Example ConceptMap/sc-account-status (Turtle)

Committee:
Patient Care Administration Work Group   Maturity Level : 0 N/A Informative Use Context Standards Status : Any This is a value set defined at http://www.hl7.org/Special/committees/patientcare/ . Summary Defining URL: http://hl7.org/fhir/ValueSet/goal-achievement Version: 4.0.1 Name: GoalAchievementStatus Title: Goal achievement status Definition: Informative Describes the progression, or lack thereof, towards the goal against the target.

  Raw Turtle 4.4.1.458.2 Expansion (+ also see Turtle/RDF Format Specification This expansion generated 01 Nov 2019 )

This value set contains 9 concepts Expansion based on http://terminology.hl7.org/CodeSystem/goal-achievement version 4.0.1 Canonical Mapping for "Account Status"

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ConceptMap ;
  fhir:id [ fhir:v "sc-account-status"] ;
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ;
  fhir:url [ fhir:v "http://hl7.org/fhir/ConceptMap/sc-account-status"], [ fhir:v "http://hl7.org/fhir/ConceptMap/sc-account-status"] ;
  fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
  fhir:name [ fhir:v "AccountStatusCanonicalMap"], [ fhir:v "AccountStatusCanonicalMap"] ;
  fhir:title [ fhir:v "Canonical Mapping for \"Account Status\""], [ fhir:v "Canonical Mapping for \"Account Status\""] ;
  fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"], [ fhir:v "2020-12-28T16:55:11+11:00"] ;
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Canonical Mapping for \"Indicates whether the account is available to be used.\""], [ fhir:v "Canonical Mapping for \"Indicates whether the account is available to be used.\""] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:sourceScope [ fhir:v "http://hl7.org/fhir/ValueSet/account-status"] ;
  fhir:targetScope [ fhir:v "http://hl7.org/fhir/ValueSet/resource-status"] ;
  fhir:group ( [
     fhir:source [ fhir:v "http://hl7.org/fhir/account-status" ] ;
     fhir:target [ fhir:v "http://hl7.org/fhir/resource-status" ] ;
     fhir:element ( [
       fhir:code [ fhir:v "entered-in-error" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "error" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "active" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "on-hold" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "suspended" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "inactive" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "inactive" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "unknown" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "unknown" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] )
  ] ) .

# -------------------------------------------------------------------------------------


All codes from system http://terminology.hl7.org/CodeSystem/goal-achievement Lvl Code Display Definition Canonical Status 0 in-progress In Progress The goal is being sought but has not yet been reached. (Also applies if the goal was reached in the past but there has been regression and the goal is again being sought). 1    improving Improving The goal is being sought, and is progressing. 1    worsening Worsening The goal is being sought, but is regressing. 1    no-change No Change The goal is being sought, but the trend is flat. 0 achieved Achieved The goal has been met. ~ complete 1    sustaining Sustaining The goal has been met, but ongoing activity is needed to sustain the goal objective. 0 not-achieved Not Achieved The goal has not been met and there might or might not have been progress towards target. 1    no-progress No Progress The goal Usage note: every effort has not been met and little to no progress towards target. 1    not-attainable Not Attainable The goal is not possible made to be met. ~ abandoned   See the full registry of value sets defined as part of FHIR. Explanation of the columns that may appear on this page: Lvl A few code lists ensure that FHIR defines are hierarchical - each code is assigned a level. For value sets, levels the examples are mostly used to organize codes for user convenience, correct and useful, but may follow code system hierarchy - see Code System for further information Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is they are not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.