Interoperable Digital Identity and Patient Matching - Downloaded Version 2.0.0 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 "ExamplePatientL2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientL2</b></p><a name=\"ExamplePatientL2\"> </a><a name=\"hcExamplePatientL2\"> </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\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IDI-Patient-L2.html\">IDI Patient L2</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Teddy Cheze Male, DoB: 1980-05-05 ( Driver's license number)</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 Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Person number/0000-000-0000-00000000000</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 726-999-1990(Mobile)</li><li>123 High Street Raleigh NC 27513 </li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
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 "DL" ] ] ) ] ;
fhir:system [
fhir:v "http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN> ] ;
fhir:value [ fhir:v "3955-56122846" ] ;
fhir:assigner [
fhir:display [ fhir:v "North Carolina" ] ]
] [
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 "PN" ] ] ) ] ;
fhir:system [
fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier> ] ;
fhir:value [ fhir:v "0000-000-0000-00000000000" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:family [ fhir:v "Cheze" ] ;
( fhir:given [ fhir:v "Teddy" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "726-999-1990" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1980-05-05"^^xsd:date] ; #
fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "123 High Street" ] ) ;
fhir:city [ fhir:v "Raleigh" ] ;
fhir:state [ fhir:v "NC" ] ;
fhir:postalCode [ fhir:v "27513" ]
] ) ; #
fhir:maritalStatus [
( 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 "UNK" ] ] )
] . #
IG © 2021+ HL7 International / Patient Administration. Package hl7.fhir.us.identity-matching#2.0.0 based on FHIR 4.0.1. Generated 2025-12-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
