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

: Patient Gender - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "PatientGenderID",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PatientGenderID</b></p><a name=\"PatientGenderID\"> </a><a name=\"hcPatientGenderID\"> </a><a name=\"PatientGenderID-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PatientGenderID</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"PatientGenderID-1\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PatientGenderID-2\"> </a></td><td>Female</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PatientGenderID-3\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"PatientGenderID-7\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PatientGenderID",
  "version" : "1.0.0",
  "name" : "PatientGenderID",
  "title" : "Patient Gender",
  "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"
        }
      ]
    }
  ],
  "description" : "Administrative gender for the patient",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "Male"
    },
    {
      "code" : "2",
      "display" : "Female"
    },
    {
      "code" : "3",
      "display" : "Other"
    },
    {
      "code" : "7",
      "display" : "Unknown"
    }
  ]
}