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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/reproductive-health-example> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "reproductive-health-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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: 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>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex" ] ;
fhir:Extension.valueCoding [
a sct:248152002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "248152002" ] ;
fhir:Coding.display [ fhir:value "Female (finding)" ]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed" ] ;
fhir:Extension.valueCoding [
a sct:373067005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "373067005" ] ;
fhir:Coding.display [ fhir:value "No (qualifier value)" ]
]
] ;
fhir:Patient.identifier [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "usual" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MR" ] ;
fhir:Coding.display [ fhir:value "Medical Record Number" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medical Record Number" ]
] ;
fhir:Identifier.system [ fhir:value "http://example.org/patient/identifiers" ] ;
fhir:Identifier.value [ fhir:value "reproductive-health-example" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index -1 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "Reproductive Health Patient" ] ;
fhir:HumanName.given [
fhir:value "Example" ;
fhir:index -1
]
] ;
fhir:Patient.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+1-555-555-0142" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1990-04-15"^^xsd:date] ;
fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean] ;
fhir:Patient.address [
fhir:index -1 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "400 Example Street" ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "Example City" ] ;
fhir:Address.state [ fhir:value "VA" ] ;
fhir:Address.postalCode [ fhir:value "99999" ] ;
fhir:Address.country [ fhir:value "US" ] ;
fhir:Address.period [
fhir:Period.start [ fhir:value "2026-01-01"^^xsd:date ]
]
] ;
fhir:Patient.communication [
fhir:index -1 ;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "en" ] ;
fhir:Coding.display [ fhir:value "English" ]
]
] ;
fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/reproductive-health-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/reproductive-health-example.ttl> .
IG © 2026 HL7 International / Clinical Quality Information.
Package hl7.fhir.us.quality-core#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
