Case Based Surveillance Implementation Guide
0.2.1 - ci-build
Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "HAICA-TC-Patient",
"meta" : {
"profile" : [
"http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-patient"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"HAICA-TC-Patient\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-cbs-patient.html\">US Case Based Surveillance Patient Profile</a></p></div><blockquote><p><b>US Core Race Extension</b></p><p><b>value</b>: White (Details: urn:oid:2.16.840.1.113883.6.238 code 2106-3 = 'White', stated as 'White')</p><p><b>value</b>: Mixed</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><p><b>value</b>: Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2135-2 = 'Hispanic or Latino', stated as 'Hispanic or Latino')</p><p><b>value</b>: Hispanic or Latino</p></blockquote><p><b>US Core Birth Sex Extension</b>: F</p><p><b>Birth Place</b>: USA </p><p><b>genderIdentity</b>: female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-gender-identity.html\">Gender identity</a>#female)</span></p><p><b>identifier</b>: Local Record ID: C_auris_02, Local Subject ID: C_auris_PAT_02</p><p><b>name</b>: </p><p><b>telecom</b>: </p><p><b style=\"color: maroon\">Exception generating Narrative: Cannot invoke \"String.startsWith(String)\" because the return value of \"org.hl7.fhir.r5.model.ContactPoint.getValue()\" is null</b></p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2106-3",
"display" : "White"
}
},
{
"url" : "text",
"valueString" : "Mixed"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2135-2",
"display" : "Hispanic or Latino"
}
},
{
"url" : "text",
"valueString" : "Hispanic or Latino"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode" : "F"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"country" : "USA"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/gender-identity",
"code" : "female"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system",
"code" : "Local-Record-ID",
"display" : "Local Record ID"
}
],
"text" : "Local Record ID"
},
"system" : "urn:temp:national-reporting-jurisdiction:48",
"value" : "C_auris_02"
},
{
"type" : {
"coding" : [
{
"system" : "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system",
"code" : "Local-Subject-ID",
"display" : "Local Subject ID"
}
],
"text" : "Local Subject ID"
},
"system" : "urn:temp:national-reporting-jurisdiction:48",
"value" : "C_auris_PAT_02"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"_value" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
},
{
"system" : "email",
"_value" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
}
],
"gender" : "female",
"birthDate" : "1940-01-01",
"address" : [
{
"use" : "home",
"district" : "Cobb",
"state" : "Georgia",
"postalCode" : "30126"
},
{
"extension" : [
{
"url" : "http://cbsig.chai.gatech.edu/StructureDefinition/cbs-cdc-address-use",
"valueCoding" : {
"system" : "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system",
"code" : "Usual-Residence"
}
}
],
"country" : "USA"
}
]
}