Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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

Sc-valueset-contract-publicationstatus.json

Financial Management Work GroupMaturity Level: N/AStandards Status: Informative

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

Canonical Mapping for "Contract Resource Publication Status codes"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-contract-publicationstatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-contract-publicationstatus",
  "version" : "4.3.0",
  "name" : "ContractResourcePublicationStatusCodesCanonicalMap",
  "title" : "Canonical Mapping for \"Contract Resource Publication Status codes\"",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "Financial Management",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Canonical Mapping for \"This value set contract specific codes for status.\"",
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/contract-publicationstatus",
  "targetCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://hl7.org/fhir/contract-publicationstatus",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "entered-in-error",
      "target" : [{
        "code" : "error",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "offered",
      "target" : [{
        "code" : "proposed",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "negotiable,policy",
      "target" : [{
        "code" : "draft",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "executable,resolved",
      "target" : [{
        "code" : "active",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "disputed",
      "target" : [{
        "code" : "suspended",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "revoked",
      "target" : [{
        "code" : "failed",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "amended,appended,renewed",
      "target" : [{
        "code" : "replaced",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "executed",
      "target" : [{
        "code" : "complete",
        "equivalence" : "equivalent"
      }]
    },
    {
      "code" : "cancelled,rejected,terminated",
      "target" : [{
        "code" : "abandoned",
        "equivalence" : "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.