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

: STD-TC-Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="STD-TC-Patient"/>
  <meta>
    <profile
             value="http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-patient"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 "STD-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>: Black or African American (Details: urn:oid:2.16.840.1.113883.6.238 code 2054-5 = 'Black or African American', stated as 'Black or African American')</p><p><b>value</b>: Black or African American</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><p><b>value</b>: Not Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2186-5 = 'Not Hispanic or Latino', stated as 'Not Hispanic or Latino')</p><p><b>value</b>: Not Hispanic or Latino</p></blockquote><p><b>US Core Birth Sex Extension</b>: F</p><p><b>Birth Place</b>: GRC </p><p><b>genderIdentity</b>: Cisgender/Not transgender (finding) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#PHC1490)</span></p><p><b>identifier</b>: Local Record ID: STD_TC05, Local Subject ID: STD_TC05</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>
  </text>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2054-5"/>
        <display value="Black or African American"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Black or African American"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2186-5"/>
        <display value="Not Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Not Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <country value="GRC"/>
    </valueAddress>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-genderIdentity">
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.114222.4.5.274"/>
        <code value="PHC1490"/>
        <display value="Cisgender/Not transgender (finding)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system"/>
        <code value="Local-Record-ID"/>
        <display value="Local Record ID"/>
      </coding>
      <text value="Local Record ID"/>
    </type>
    <system value="urn:temp:national-reporting-jurisdiction:51"/>
    <value value="STD_TC05"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system"/>
        <code value="Local-Subject-ID"/>
        <display value="Local Subject ID"/>
      </coding>
      <text value="Local Subject ID"/>
    </type>
    <system value="urn:temp:national-reporting-jurisdiction:51"/>
    <value value="STD_TC05"/>
  </identifier>
  <name>
    <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="masked"/>
    </extension>
  </name>
  <telecom>
    <system value="phone"/>
    <value>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </value>
  </telecom>
  <telecom>
    <system value="email"/>
    <value>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </value>
  </telecom>
  <gender value="female"/>
  <birthDate value="1994-03-02"/>
  <address>
    <use value="home"/>
    <line>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract">
        <valueString value="030500"/>
      </extension>
    </line>
    <district value="Richmond"/>
    <state value="Virginia"/>
    <postalCode value="23218"/>
  </address>
  <address>
    <extension
               url="http://cbsig.chai.gatech.edu/StructureDefinition/cbs-cdc-address-use">
      <valueCoding>
        <system
                value="http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system"/>
        <code value="Usual-Residence"/>
      </valueCoding>
    </extension>
    <country value="USA"/>
  </address>
</Patient>