FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NJSAMSStateMap - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "NJSAMSStateMap",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap NJSAMSStateMap</b></p><a name=\"NJSAMSStateMap\"> </a><a name=\"hcNJSAMSStateMap\"> </a><a name=\"NJSAMSStateMap-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-PatientState.html\">Patient State</a> to <code>https://www.usps.com</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>NJ (New Jersey)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>NJ</td></tr><tr><td>NY (New York)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>NY</td></tr><tr><td>PA (Pennsylvania)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>PA</td></tr><tr><td>DE (Delaware)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>DE</td></tr><tr><td>OT (Other)</td><td colspan=\"2\" style=\"background-color: #efefef\">(not mapped)</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ConceptMap/NJSAMSStateMap",
  "version" : "1.0.0",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-08-31",
  "publisher" : "Division of Mental Health and Addiction Services (DMHAS)",
  "contact" : [
    {
      "name" : "Division of Mental Health and Addiction Services (DMHAS)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://dhs.nj.gov"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PatientState",
      "target" : "https://www.usps.com",
      "element" : [
        {
          "code" : "NJ",
          "target" : [
            {
              "code" : "NJ",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "NY",
          "target" : [
            {
              "code" : "NY",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "PA",
          "target" : [
            {
              "code" : "PA",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "DE",
          "target" : [
            {
              "code" : "DE",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "OT",
          "target" : [
            {
              "equivalence" : "unmatched"
            }
          ]
        }
      ]
    }
  ]
}