Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Sc-valueset-condition-clinical.json

Patient Care Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Canonical Mapping for "Condition Clinical Status Codes"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-condition-clinical",
  "text" : {
    "status" : "extensions",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-condition-clinical",
  "version" : "4.6.0",
  "name" : "ConditionClinicalStatusCodesCanonicalMap",
  "title" : "Canonical Mapping for \"Condition Clinical Status Codes\"",
  "status" : "draft",
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Canonical Mapping for \"Preferred value set for Condition Clinical Status.\"",
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/condition-clinical",
  "targetCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "active,recurrence,relapse",
      "target" : [{
        "code" : "active",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "inactive,remission",
      "target" : [{
        "code" : "suspended",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "resolved",
      "target" : [{
        "code" : "failed",
        "relationship" : "equivalent"
      }]
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.