FHIR Release 3 (STU) R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.0.2: STU 3). (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions

Cm-medication-admin-status-v3.json

Vocabulary Work Group Maturity Level : N/A Ballot Status : Informative

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

v3 map for MedicationAdministrationStatus v3.MedicationAdministrationStatus

{
  "resourceType": "ConceptMap",
  "id": "cm-medication-admin-status-v3",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"

  "resourceType" : "ConceptMap",
  "id" : "cm-medication-admin-status-v3",
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"

  },
  "url": "http://hl7.org/fhir/ConceptMap/cm-medication-admin-status-v3",
  "name": "v3 map for MedicationAdministrationStatus",
  "status": "draft",
  "date": "2019-10-24T11:53:00+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [

  "url" : "http://hl7.org/fhir/ConceptMap/cm-medication-admin-status-v3",
  "name" : "v3.MedicationAdministrationStatus",
  "title" : "v3 map for MedicationAdministrationStatus",
  "status" : "draft",
  "date" : "2018-08-19T21:48:56+10:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },

    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "sourceReference": {
    "reference": "http://hl7.org/fhir/ValueSet/medication-admin-status"
  },
  "targetReference": {
    "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
  },
  "group": [

      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/medication-admin-status",
  "targetCanonical" : "http://terminology.hl7.org/ValueSet/v3-ActStatus",
  "group" : [{
    "source" : "http://hl7.org/fhir/medication-admin-status",
    "target" : "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
    "element" : [{
      "code" : "in-progress",
      "target" : [{
        "code" : "active",
        "equivalence" : "equal"
      }]
    },

    {
      "source": "http://hl7.org/fhir/medication-admin-status",
      "target": "http://hl7.org/fhir/v3/ActStatus",
      "element": [
        {
          "code": "in-progress",
          "target": [
            {
              "code": "active",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "on-hold",
          "target": [
            {
              "code": "suspended",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "completed",
          "target": [
            {
              "code": "completed",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "entered-in-error",
          "target": [
            {
              "code": "nullified",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "stopped",
          "target": [
            {
              "code": "aborted",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]

      "code" : "on-hold",
      "target" : [{
        "code" : "suspended",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "completed",
      "target" : [{
        "code" : "completed",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "entered-in-error",
      "target" : [{
        "code" : "nullified",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "stopped",
      "target" : [{
        "code" : "aborted",
        "equivalence" : "equal"
      }]
    }]
  }]

}

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.