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

: NJSAMSGenderMap - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "NJSAMSGenderMap",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap NJSAMSGenderMap</b></p><a name=\"NJSAMSGenderMap\"> </a><a name=\"hcNJSAMSGenderMap\"> </a><a name=\"NJSAMSGenderMap-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-PatientGenderID.html\">Patient Gender</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a></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>1 (Male)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>male</td></tr><tr><td>2 (Female)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>female</td></tr><tr><td>3 (Other)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>other</td></tr><tr><td>7 (Unknown)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unknown</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ConceptMap/NJSAMSGenderMap",
  "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/PatientGenderID",
      "target" : "http://hl7.org/fhir/administrative-gender",
      "element" : [
        {
          "code" : "1",
          "target" : [
            {
              "code" : "male",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "2",
          "target" : [
            {
              "code" : "female",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "3",
          "target" : [
            {
              "code" : "other",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "7",
          "target" : [
            {
              "code" : "unknown",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}