De-Identification, Anonymization, Redaction Toolkit Services, published by HL7 International / Cross Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-darts/ 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "de-identified-smallpop-example"] ; #
fhir:meta [
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name> ] ;
fhir:value [
a fhir:String ;
fhir:v "De-identified Patient Example" ] ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description> ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "This is a patient example for the *UDS+ Patient Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/uds-plus/StructureDefinition/de-identified-uds-plus-patient"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/uds-plus/StructureDefinition/de-identified-uds-plus-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient de-identified-smallpop-example</b></p><a name=\"de-identified-smallpop-example\"> </a><a name=\"hcde-identified-smallpop-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-de-identified-uds-plus-patient.html\">De-Identified UDS Plus Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">00000 </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates the gender identity of the patient at a specific time\"><a href=\"StructureDefinition-uds-plus-gender-identity-extension.html\">UDS Plus Gender Identity Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NASK}\">Not Asked</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [Race & Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories:#xA;#xA; - Hispanic or Latino#xA; - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CDCREC.html#CDCREC-2135-2\">CDC Race and Ethnicity: 2135-2</a> (Hispanic or Latino)</li><li>detailed: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CDCREC.html#CDCREC-2184-0\">CDC Race and Ethnicity: 2184-0</a> (Dominican)</li><li>text: Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates the birth sex of the patient\"><a href=\"StructureDefinition-uds-plus-birthsex-extension.html\">UDS Plus Birth Sex Extension</a></td><td colspan=\"3\">F</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates the age of the patient at a specific time\"><a href=\"StructureDefinition-uds-plus-age-extension.html\">UDS Plus Age Extension</a></td><td colspan=\"3\">36 yr<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [Race & Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity: 2106-3</a> (White)</li><li>detailed: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CDCREC.html#CDCREC-2108-9\">CDC Race and Ethnicity: 2108-9</a> (European)</li><li>text: White</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238> ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ] ] ] [
fhir:url [
fhir:v "detailed"^^xsd:anyURI ;
fhir:l fhir:detailed ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238> ] ;
fhir:code [ fhir:v "2108-9" ] ;
fhir:display [ fhir:v "European" ] ] ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text ] ;
fhir:value [
a fhir:String ;
fhir:v "White" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-race> ]
] [
( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238> ] ;
fhir:code [ fhir:v "2135-2" ] ;
fhir:display [ fhir:v "Hispanic or Latino" ] ] ] [
fhir:url [
fhir:v "detailed"^^xsd:anyURI ;
fhir:l fhir:detailed ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238> ] ;
fhir:code [ fhir:v "2184-0" ] ;
fhir:display [ fhir:v "Dominican" ] ] ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text ] ;
fhir:value [
a fhir:String ;
fhir:v "Hispanic or Latino" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity> ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-birthsex-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-birthsex-extension> ] ;
fhir:value [
a fhir:Code ;
fhir:v "F" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-age-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-age-extension> ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "36"^^xsd:decimal ] ;
fhir:unit [ fhir:v "yr" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "a" ] ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-gender-identity-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-gender-identity-extension> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor> ] ;
fhir:code [ fhir:v "NASK" ] ;
fhir:display [ fhir:v "Not Asked" ] ] ) ;
fhir:text [ fhir:v "Not Asked" ] ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:gender [ fhir:v "female"] ; #
fhir:address ( [
fhir:postalCode [
fhir:v "00000" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason> ] ;
fhir:value [
a fhir:Code ;
fhir:v "masked" ] ] ) ]
] ) . #
IG © 2026+ HL7 International / Cross Group Projects. Package hl7.fhir.us.dapl#0.1.0 based on FHIR 4.0.1. Generated 2026-03-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
