Social Care Interoperability Platform FHIR Implementation Guide
Version: 0.1.0, Status: draft

Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Maps MODS Status Codes to FHIR Status Codes (for various observations) - JSON Representation

Draft as of 2012-06-13

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "MODS-FHIRStatus-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap MODS-FHIRStatus-1</b></p><a name=\"MODS-FHIRStatus-1\"> </a><a name=\"hcMODS-FHIRStatus-1\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-flag-status.html\">FlagStatus</a> to <code>https://data.digitisingsocialcare.co.uk/mods/v1/alert-status</code></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 (The flag was added in error and should no longer be displayed.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>entered-in-error (The flag was added in error and should no longer be displayed.)</td></tr><tr><td>inactive</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>inactive (The flag no longer needs to be displayed.)</td></tr><tr><td>active (A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>active (A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.)</td></tr></table></div>"
  },
  "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ConceptMap/MODS-FHIRStatus-1",
  "version" : "0.1.0",
  "name" : "MODS-Status-FHIR-Status",
  "title" : "Maps MODS Status Codes to FHIR Status Codes (for various observations)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2012-06-13",
  "publisher" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
  "contact" : [
    {
      "name" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://synanetics.com"
        },
        {
          "system" : "email",
          "value" : "info@synanetics.com"
        }
      ]
    }
  ],
  "description" : "A mapping to/from the MODS Flag Status to FHIR Flag Status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "http://hl7.org/fhir/flag-status",
      "target" : "https://data.digitisingsocialcare.co.uk/mods/v1/alert-status",
      "element" : [
        {
          "code" : "entered-in-error",
          "display" : "The flag was added in error and should no longer be displayed.",
          "target" : [
            {
              "code" : "entered-in-error",
              "display" : "The flag was added in error and should no longer be displayed.",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "inactive",
          "display" : "Inactive",
          "target" : [
            {
              "code" : "inactive",
              "display" : "The flag no longer needs to be displayed.",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "active",
          "display" : "A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.",
          "target" : [
            {
              "code" : "active",
              "display" : "A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    }
  ]
}