De-Identification Profile, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DeIdHandbook/ and changes regularly. See the Directory of published versions
@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 "ex-Patient-secondaryUse-pandemicIPS-stage-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips> ] )
] ; #
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 ex-Patient-secondaryUse-pandemicIPS-stage-1</b></p><a name=\"ex-Patient-secondaryUse-pandemicIPS-stage-1\"> </a><a name=\"hcex-Patient-secondaryUse-pandemicIPS-stage-1\"> </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=\"http://hl7.org/fhir/uv/ips/STU2/StructureDefinition-Patient-uv-ips.html\">Patient (IPS)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">PseudoFamily(anonymous) Female, DoB: 1996-05-01 ( urn:oid:1.3.6.1.4.1.21367.2011.2.5.5639#IHEEX-33159)</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>2024-06-30</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}\">Never Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>-unknown-</li><li></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Unknown\">Unknown:</td><td colspan=\"3\"><ul><li>Joe Smith</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-ex-Practitioner-IPS-SimoneHeps.html\">Heps, Simone</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:1.3.6.1.4.1.21367.2011.2.5.5639"^^xsd:anyURI ;
fhir:l <urn:oid:1.3.6.1.4.1.21367.2011.2.5.5639> ] ;
fhir:value [ fhir:v "IHEEX-33159" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "anonymous" ] ;
fhir:text [ fhir:v "PseudoFamily" ] ;
fhir:family [ fhir:v "PseudoFamily" ] ;
( fhir:given [ fhir:v "PseudoGiven" ] )
] ) ; #
fhir:telecom ( [
( 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" ] ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1996-05-01"^^xsd:date] ; #
fhir:deceased [
a fhir:DateTime ;
fhir:v "2024-06-30"^^xsd:date
] ; #
fhir:address ( [
( 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" ] ] )
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus> ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Never Married" ] ] )
] ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131> ] ;
fhir:code [ fhir:v "U" ] ] ) ;
fhir:text [ fhir:v "Friend of family" ] ] ) ;
fhir:name [
fhir:text [ fhir:v "Joe Smith" ] ]
] ) ; #
fhir:generalPractitioner ( [
fhir:l fhir:Practitioner/ex-Practitioner-IPS-SimoneHeps ;
fhir:reference [ fhir:v "Practitioner/ex-Practitioner-IPS-SimoneHeps" ] ;
fhir:display [ fhir:v "Heps, Simone" ]
] ) . #
IG © 2021+ IHE IT Infrastructure Technical Committee. Package ihe.iti.deid#0.0.1-current based on FHIR 4.0.1. Generated 2026-04-23
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change