Release 5 R6 Ballot (2nd Draft)

This page is part of the FHIR Specification (v5.0.0: R5 - STU v6.0.0-ballot2: Release 6 Ballot (2nd Draft) (see Ballot Notes ). This is the The current published version in it's permanent home (it will always be available at this URL). is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example ConceptMap/sc-subscription-status (JSON)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

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

Canonical Mapping for "Subscription Status"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-subscription-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SubscriptionStatusCodesCanonicalMap (http://hl7.org/fhir/ConceptMap/sc-subscription-status)</h2><p>Mapping from <a href=\"valueset-subscription-status.html\">Subscription Status</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><p>DRAFT. Published on ?ngen-10? by HL7 (FHIR Project) (<a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>). </p><div><p>Canonical Mapping for &quot;State values for FHIR Subscriptions.&quot;</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"codesystem-subscription-status.html\">Subscription Status</a> to <a href=\"codesystem-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>entered-in-error</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>error</td></tr><tr><td>requested</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>requested</td></tr><tr><td>active</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>error</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>failed</td></tr><tr><td>off</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>inactive</td></tr></table></div>"

    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap sc-subscription-status</b></p><a name=\"sc-subscription-status\"> </a><a name=\"hcsc-subscription-status\"> </a><a name=\"sc-subscription-status-en-AU\"> </a><p>Mapping from <a href=\"valueset-subscription-status.html\">Subscription Status</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"codesystem-subscription-status.html\">Subscription Status</a> to <a href=\"codesystem-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>entered-in-error</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>error</td></tr><tr><td>requested</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>requested</td></tr><tr><td>active</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>error</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>failed</td></tr><tr><td>off</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>inactive</td></tr></table></div>"

  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-subscription-status",
  "version" : "5.0.0",

  "version" : "6.0.0-ballot2",

  "name" : "SubscriptionStatusCodesCanonicalMap",
  "title" : "Canonical Mapping for \"Subscription Status\"",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Canonical Mapping for \"State values for FHIR Subscriptions.\"",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/subscription-status",
  "targetScopeCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://hl7.org/fhir/subscription-status",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "entered-in-error",
      "target" : [{
        "code" : "error",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "requested",
      "target" : [{
        "code" : "requested",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "active",
      "target" : [{
        "code" : "active",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "error",
      "target" : [{
        "code" : "failed",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "off",
      "target" : [{
        "code" : "inactive",
        "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.