{

"resourceType": "ConceptMap",
"id": "sc-immunization-status",
"url": "http://hl7.org/fhir/ConceptMap/sc-immunization-status",
"version": "4.0.1",
"name": "ImmunizationStatusCodesCanonicalMap",
"title": "Canonical Mapping for \"Immunization Status Codes\"",
"status": "draft",
"date": "2019-11-01T09:29:23+11:00",
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"description": "Canonical Mapping for \"The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the administered dose of vaccine.\"",
"sourceCanonical": "http://hl7.org/fhir/ValueSet/immunization-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": "completed",
        "target": [
          {
            "code": "complete",
            "equivalence": "equivalent"
          }
        ]
      },
      {
        "code": "not-done",
        "target": [
          {
            "code": "abandoned",
            "equivalence": "equivalent"
          }
        ]
      }
    ]
  }
]

}