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
: def-idp - TTL Representation
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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "def-idp"] ; #
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: Organization def-idp</b></p><a name=\"def-idp\"> </a><a name=\"hcdef-idp\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/SecureIdp</p><p><b>name</b>: Secure Idp</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:gastro@acme.org\">gastro@acme.org</a></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SecureIdp" ]
] ) ; #
fhir:name [ fhir:v "Secure Idp"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 555 234 3523" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gastro@acme.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) . #