{

"resourceType": "ConceptMap",
"id": "cm-detectedissue-severity-v3",
"url": "http://hl7.org/fhir/ConceptMap/cm-detectedissue-severity-v3",
"version": "4.0.1",
"name": "v3.DetectedIssueSeverity",
"title": "v3 map for DetectedIssueSeverity",
"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"
      }
    ]
  }
],
"sourceCanonical": "http://hl7.org/fhir/ValueSet/detectedissue-severity",
"targetCanonical": "http://terminology.hl7.org/ValueSet/v3-SeverityObservation",
"group": [
  {
    "source": "http://hl7.org/fhir/detectedissue-severity",
    "target": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
    "element": [
      {
        "code": "high",
        "target": [
          {
            "code": "H",
            "equivalence": "equal"
          }
        ]
      },
      {
        "code": "moderate",
        "target": [
          {
            "code": "M",
            "equivalence": "equal"
          }
        ]
      },
      {
        "code": "low",
        "target": [
          {
            "code": "L",
            "equivalence": "equal"
          }
        ]
      }
    ]
  }
]

}