FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: PatientComplete - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientComplete",
  "meta" : {
    "profile" : [
      "http://dhs.nj.gov/njsams/StructureDefinition/NJSAMSPatient"
    ]
  },
  "language" : "es",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>William Smith </b> male, DoB: 2000-06-11 ( id: 00-00-0000)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: \">S</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>id: 12345</li><li>id: NJ123456</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">New Jersey </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>text: Non Hispanic or Latino</li><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2186-5\">Race &amp; Ethnicity - CDC</a> 2186-5: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Is the patient a US citizen\"><a href=\"StructureDefinition-USCitizenship.html\">null:</a></td><td colspan=\"3\"><ul><li>true</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race.  The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>text: White</li><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2106-3\">Race &amp; Ethnicity - CDC</a> 2106-3: White</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "text",
          "valueString" : "White"
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension" : [
        {
          "url" : "text",
          "valueString" : "Non Hispanic or Latino"
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url" : "http://dhs.nj.gov/njsams/StructureDefinition/USCitizenship",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "00-00-0000"
    },
    {
      "system" : "http://dhs.nj.gov/njsams/client-id",
      "value" : "12345"
    },
    {
      "system" : "urn:oid:2.16.840.1.113883.4.3.34",
      "value" : "NJ123456"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "William"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2000-06-11",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://dhs.nj.gov/njsams/StructureDefinition/DistrictMunicipality",
          "valueCoding" : {
            "code" : "0102"
          }
        }
      ],
      "district" : "Cape May",
      "state" : "New Jersey"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "code" : "S"
      }
    ]
  }
}