{

"resourceType": "ConceptMap",
"id": "sc-event-status",
"url": "http://hl7.org/fhir/ConceptMap/sc-event-status",
"version": "4.0.1",
"name": "EventStatusCanonicalMap",
"title": "Canonical Mapping for \"EventStatus\"",
"status": "draft",
"date": "2019-11-01T09:29:23+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"description": "Canonical Mapping for \"Codes identifying the lifecycle stage of an event.\"",
"sourceCanonical": "http://hl7.org/fhir/ValueSet/event-status",
"targetCanonical": "http://hl7.org/fhir/ValueSet/resource-status",
"group": [
  {
    "source": "http://hl7.org/fhir/event-status",
    "target": "http://hl7.org/fhir/resource-status",
    "element": [
      {
        "code": "entered-in-error",
        "target": [
          {
            "code": "error",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "preparation",
        "target": [
          {
            "code": "planned",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "in-progress",
        "target": [
          {
            "code": "active",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "on-hold",
        "target": [
          {
            "code": "suspended",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "stopped",
        "target": [
          {
            "code": "failed",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "completed",
        "target": [
          {
            "code": "complete",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "not-done",
        "target": [
          {
            "code": "abandoned",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "unknown",
        "target": [
          {
            "code": "unknown",
            "equivalence": "equivalent"
          }
        ]
      }
    ]
  }
]

}