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-medicationrequest-status (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: Informative

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

Canonical Mapping for "medicationrequest Status"

{
  "resourceType" : "ConceptMap",
  "id" : "sc-medicationrequest-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"valueset-medicationrequest-status.html\">medicationrequest Status</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><p>DRAFT. Published on ?ngen-10? by FHIR Project team (<a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>). </p><div><p>Canonical Mapping for &quot;MedicationRequest Status Codes&quot;</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"codesystem-medicationrequest-status.html\">MedicationRequest Status Codes</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>draft</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>draft</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>on-hold</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>suspended</td></tr><tr><td>stopped</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>failed</td></tr><tr><td>completed</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>complete</td></tr><tr><td>cancelled</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>abandoned</td></tr><tr><td>unknown</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unknown</td></tr><tr><td>ended</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ended</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-medicationrequest-status",
  "version" : "6.0.0-cibuild",
  "name" : "MedicationrequestStatusCanonicalMap",
  "title" : "Canonical Mapping for \"medicationrequest Status\"",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Canonical Mapping for \"MedicationRequest Status Codes\"",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/medicationrequest-status",
  "targetScopeCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
  "group" : [{
    "source" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
    "target" : "http://hl7.org/fhir/resource-status",
    "element" : [{
      "code" : "entered-in-error",
      "target" : [{
        "code" : "error",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "draft",
      "target" : [{
        "code" : "draft",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "active",
      "target" : [{
        "code" : "active",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "on-hold",
      "target" : [{
        "code" : "suspended",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "stopped",
      "target" : [{
        "code" : "failed",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "completed",
      "target" : [{
        "code" : "complete",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "cancelled",
      "target" : [{
        "code" : "abandoned",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "unknown",
      "target" : [{
        "code" : "unknown",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "ended",
      "target" : [{
        "code" : "ended",
        "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.