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 |
{
"resourceType" : "Patient",
"id" : "reproductive-health-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<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:\u00a0reproductive-health-example\u00a0(use:\u00a0usual,\u00a0))</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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"code" : "248152002",
"display" : "Female (finding)"
}
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"code" : "373067005",
"display" : "No (qualifier value)"
}
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
],
"text" : "Medical Record Number"
},
"system" : "http://example.org/patient/identifiers",
"value" : "reproductive-health-example"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Reproductive Health Patient",
"given" : [
"Example"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+1-555-555-0142",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1990-04-15",
"deceasedBoolean" : false,
"address" : [
{
"use" : "home",
"line" : [
"400 Example Street"
],
"city" : "Example City",
"state" : "VA",
"postalCode" : "99999",
"country" : "US",
"period" : {
"start" : "2026-01-01"
}
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en",
"display" : "English"
}
]
},
"preferred" : true
}
]
}