De-Identification Handbook, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 2.0.0-comment 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/ex-Patient-secondaryUse-pandemicIPS> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ex-Patient-secondaryUse-pandemicIPS"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips>
]
] ;
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 ex-Patient-secondaryUse-pandemicIPS</b></p><a name=\"ex-Patient-secondaryUse-pandemicIPS\"> </a><a name=\"hcex-Patient-secondaryUse-pandemicIPS\"> </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;\">Patricia Jordana(official) 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>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=\"Practitioner-ex-Practitioner-IPS-SimoneHeps.html\">Heps, Simone</a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.21367.2011.2.5.5639" ] ;
fhir:Identifier.value [ fhir:value "IHEEX-33159" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Patricia Jordana" ] ;
fhir:HumanName.family [ fhir:value "Jordana" ] ;
fhir:HumanName.given [
fhir:value "Patricia" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "07 850 9900" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1996-05-01"^^xsd:date] ;
fhir:Patient.deceasedDateTime [ fhir:value "2024-06-30"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "Grenzstraße" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Oberhausen" ] ;
fhir:Address.postalCode [ fhir:value "46045" ] ;
fhir:Address.country [ fhir:value "GM" ]
] ;
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
fhir:Coding.code [ fhir:value "S" ] ;
fhir:Coding.display [ fhir:value "Never Married" ]
]
] ;
fhir:Patient.contact [
fhir:index 0 ;
fhir:Patient.contact.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
fhir:Coding.code [ fhir:value "U" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Friend of family" ]
] ;
fhir:Patient.contact.name [
fhir:HumanName.text [ fhir:value "Joe Smith" ]
]
] ;
fhir:Patient.generalPractitioner [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/ex-Practitioner-IPS-SimoneHeps> ;
fhir:Reference.reference [ fhir:value "Practitioner/ex-Practitioner-IPS-SimoneHeps" ] ;
fhir:Reference.display [ fhir:value "Heps, Simone" ]
] .
<http://hl7.org/fhir/Practitioner/ex-Practitioner-IPS-SimoneHeps> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/ex-Patient-secondaryUse-pandemicIPS.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/ex-Patient-secondaryUse-pandemicIPS.ttl> .
IG © 2021+ IHE IT Infrastructure Technical Committee. Package ihe.iti.deid#2.0.0-comment based on FHIR 4.0.1. Generated 2026-07-14
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change