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-Decedent-pandemicIPS-VRDR-stage-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent> ] [
fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr> ] [
fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/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 ex-Decedent-pandemicIPS-VRDR-stage-1</b></p><a name=\"ex-Decedent-pandemicIPS-VRDR-stage-1\"> </a><a name=\"hcex-Decedent-pandemicIPS-VRDR-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\">Profiles: <a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-vrdr-decedent.html\">Decedent</a>, <a href=\"http://hl7.org/fhir/us/vr-common-library/STU2/StructureDefinition-Patient-vr.html\">Patient - Vital Records</a>, <a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">PseudoFamily(anonymous) Female, DoB: 1996-05-01 ( Social Beneficiary Identifier: United States Social Security Number#123456789)</p><hr/><table class=\"grid\"><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>ph: 07 850 9900(Mobile)</li><li>Grenzstraße Oberhausen 46045 GM (home)</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=\"Bundle-e817cefe-a7c4-487a-8116-be23cf865f3f.html#http-//example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR-stage-1\">Yaser, Joseph</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Sex on visual inspection at the time of death by the funeral home\"><a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-NVSS-SexAtDeath.html\">NVSS SexAtDeath</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Spouse is Alive.\"><a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-SpouseAlive.html\">Spouse Is Alive</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Roanoke VA US </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0136> ] ;
fhir:code [ fhir:v "Y" ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/administrative-gender> ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthPlace> ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Roanoke" ] ;
fhir:state [ fhir:v "VA" ] ;
fhir:country [ fhir:v "US" ] ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "SB" ] ;
fhir:display [ fhir:v "Social Beneficiary Identifier" ] ] ) ] ;
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-ssn> ] ;
fhir:value [ fhir:v "123456789" ]
] ) ; #
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:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "07 850 9900" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1996-05-01"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Grenzstraße" ] ) ;
fhir:city [ fhir:v "Oberhausen" ] ;
fhir:postalCode [ fhir:v "46045" ] ;
fhir:country [ fhir:v "GM" ]
] ) ; #
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 <http://example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR-stage-1> ;
fhir:reference [ fhir:v "http://example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR-stage-1" ] ;
fhir:display [ fhir:v "Yaser, Joseph" ]
] ) . #
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