FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ConceptMap/sc-goal-accept-status (JSON)

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

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

Canonical Mapping for "Goal acceptance status value set"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-goal-accept-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap sc-goal-accept-status</b></p><a name=\"sc-goal-accept-status\"> </a><a name=\"hcsc-goal-accept-status\"> </a><a name=\"sc-goal-accept-status-en-US\"> </a><p>Mapping from <a href=\"valueset-goal-accept-status.html\">Goal acceptance status value set</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><p>DRAFT. Published on ?ngen-10? by HL7 International / Patient Care  (<a href=\"http://www.hl7.org/Special/committees/patientcare\">http://www.hl7.org/Special/com...</a>). </p><div><p>Canonical Mapping for &quot;Codes that identify whether the goal has been accepted or not.&quot;</p>\n</div><br/><p><b>Group 1 </b>Mapping from <a href=\"codesystem-goal-accept-status.html\">Goal acceptance status code system</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>disagree</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>declined</td></tr><tr><td>agree</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>accepted</td></tr><tr><td>pending</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unconfirmed</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-goal-accept-status",
  "version" : "6.0.0-ballot1",
  "name" : "GoalAcceptStatusCanonicalMap",
  "title" : "Canonical Mapping for \"Goal acceptance status value set\"",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "HL7 International / Patient Care",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare"
    }]
  }],
  "description" : "Canonical Mapping for \"Codes that identify whether the goal has been accepted or not.\"",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/goal-accept-status",
  "targetScopeCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://hl7.org/fhir/goal-accept-status",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "disagree",
      "target" : [{
        "code" : "declined",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "agree",
      "target" : [{
        "code" : "accepted",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "pending",
      "target" : [{
        "code" : "unconfirmed",
        "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.