US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="reproductive-health-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient reproductive-health-example</b></p><a name="reproductive-health-example"> </a><a name="hcreproductive-health-example"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-quality-core-patient.html">US Quality Core Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Example Reproductive Health Patient (official) Female, DoB: 1990-04-15 ( Medical Record Number: reproductive-health-example (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+1-555-555-0142">+1-555-555-0142</a></li><li>400 Example Street Example City VA 99999 US (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 en}">English</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="USCDI includes a data element for Sex, intended to support the exchange of a recorded sex value. This extension aligns with the USCDI definition of Sex: "Documentation of a specific instance of sex." It enables systems to share the sex value as it was documented in a particular context. Systems choosing to record sources of information should use the [Provenance resource](element-level-provenance.html)."><a href="http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-individual-sex.html">US Core Individual Sex Extension</a></td><td colspan="3"><a href="http://snomed.info/id/248152002">SNOMED CT: 248152002</a> (Female (finding))</td></tr><tr><td style="background-color: #f3f5da" title="This extension indicates the individual's need for an interpreter to communicate healthcare information in a language other than the default language of the organization. It has the same meaning as the LOINC [54588-9](https://loinc.org/54588-9) (Interpreter needed)"><a href="http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-interpreter-needed.html">US Core Interpreter Needed Extension</a></td><td colspan="3"><a href="http://snomed.info/id/373067005">SNOMED CT: 373067005</a> (No (qualifier value))</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex">
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="248152002"/>
<display value="Female (finding)"/>
</valueCoding>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed">
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="373067005"/>
<display value="No (qualifier value)"/>
</valueCoding>
</extension>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical Record Number"/>
</coding>
<text value="Medical Record Number"/>
</type>
<system value="http://example.org/patient/identifiers"/>
<value value="reproductive-health-example"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Reproductive Health Patient"/>
<given value="Example"/>
</name>
<telecom>
<system value="phone"/>
<value value="+1-555-555-0142"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="1990-04-15"/>
<deceasedBoolean value="false"/>
<address>
<use value="home"/>
<line value="400 Example Street"/>
<city value="Example City"/>
<state value="VA"/>
<postalCode value="99999"/>
<country value="US"/>
<period>
<start value="2026-01-01"/>
</period>
</address>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en"/>
<display value="English"/>
</coding>
</language>
<preferred value="true"/>
</communication>
</Patient>