Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: patient-authorized-representative - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-authorized-representative"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson patient-authorized-representative</b></p><a name=\"patient-authorized-representative\"> </a><a name=\"hcpatient-authorized-representative\"> </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/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/927398f0-d506-443b-b731-fa09869625e3</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-multi-digital-identifier.html\">Honk Huberdeau  Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction AUTM}\">HIPAA Authorized Representative</span></p><p><b>name</b>: Henrietta Huberdeau </p><p><b>telecom</b>: ph: 555-978-3349(Home), <a href=\"mailto:etta.huberdeau@example.com\">etta.huberdeau@example.com</a></p><p><b>address</b>: 999 Not Real Street Columbus OH 43210 US </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "927398f0-d506-443b-b731-fa09869625e3" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/abc-hospital" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-multi-digital-identifier" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUTM" ]     ] ) ;
fhir:text [ fhir:v "HIPAA Authorized Representative" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Huberdeau" ] ;
    ( fhir:given [ fhir:v "Henrietta" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-978-3349" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "etta.huberdeau@example.com" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "999 Not Real Street" ] ) ;
fhir:city [ fhir:v "Columbus" ] ;
fhir:state [ fhir:v "OH" ] ;
fhir:postalCode [ fhir:v "43210" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #