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
{
"resourceType" : "Patient",
"id" : "PatientOtherEthnicity",
"meta" : {
"profile" : [
🔗 "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSPatient"
]
},
"language" : "es",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientOtherEthnicity</b></p><a name=\"PatientOtherEthnicity\"> </a><a name=\"hcPatientOtherEthnicity\"> </a><a name=\"PatientOtherEthnicity-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: es</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NJSAMSPatient.html\">NJSAMSPatient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">William Smith Male, DoB: 2000-06-11 ( http://hl7.org/fhir/sid/us-ssn#United States Social Security Number#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 Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/client-id</code>/12345</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=\"Does the patient wish to complete income eligibility and screening\"><a href=\"StructureDefinition-IncomeEligibilityScreening.html\"/></td><td colspan=\"3\">true</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: Inuit</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 & Ethnicity - CDC 2106-3</a>: White</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Is the patient a US citizen\"><a href=\"StructureDefinition-USCitizenship.html\"/></td><td colspan=\"3\">true</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",
"display" : "White"
}
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension" : [
{
"url" : "text",
"valueString" : "Inuit"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/USCitizenship",
"valueBoolean" : true
},
{
"url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/IncomeEligibilityScreening",
"valueBoolean" : true
}
],
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "00-00-0000"
},
{
"system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/client-id",
"value" : "12345"
}
],
"name" : [
{
"family" : "Smith",
"given" : [
"William"
]
}
],
"gender" : "male",
"birthDate" : "2000-06-11",
"address" : [
{
"extension" : [
{
"url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/DistrictMunicipality",
"valueCoding" : {
"code" : "0102"
}
}
],
"district" : "Cape May",
"state" : "New Jersey"
}
],
"maritalStatus" : {
"coding" : [
{
"code" : "S"
}
]
}
}