De-identified, Anonymized FHIR Profiles Library - Downloaded Version 1.0.0-ballot 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-age89-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 Aged 89 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 aged 89 and above example for the DAPL De-identified Patient Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient> ] )
] ; #
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 "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/dapl/StructureDefinition/dapl-sex-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-sex-extension> ] ;
fhir:value [
a fhir:Code ;
fhir:v "F" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension> ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "90"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">=" ] ;
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:active [ fhir:v true] ; #
fhir:gender [ fhir:v "female"] ; #
fhir:address ( [
fhir:postalCode [
fhir:v "00000-1234" ;
( 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#1.0.0-ballot based on FHIR 4.0.1. Generated 2026-05-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
