Publication Build: This will be filled in by the publication tooling
@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 -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-multi-digital-identifier"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] )
] ; #
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: Patient patient-multi-digital-identifier</b></p><a name=\"patient-multi-digital-identifier\"> </a><a name=\"hcpatient-multi-digital-identifier\"> </a><a name=\"patient-multi-digital-identifier-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Honk Huberdeau Male, DoB: 1980-01-10 ( http://hospital.abc.org#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://payer.xyz.org</code>/40e31ed2-4d16-4416-a66d-c3e84f8a4812</li><li><code>http://idp.def.org</code>/db0cfc86-58e4-467c-b1d7-78571598ee15</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(Home)</li><li><a href=\"mailto:honk.huberdeau@example.com\">honk.huberdeau@example.com</a></li><li>999 Not Real Street Columbus OH 43210 US </li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.abc.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "a5c2498f-9b62-4c97-8dc3-03a20b0f5412" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/abc-hospital" ] ]
] [
fhir:system [ fhir:v "http://payer.xyz.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "40e31ed2-4d16-4416-a66d-c3e84f8a4812" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/xyz-payer" ] ]
] [
fhir:system [ fhir:v "http://idp.def.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "db0cfc86-58e4-467c-b1d7-78571598ee15" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/def-idp" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Huberdeau" ] ;
( fhir:given [ fhir:v "Honk" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "honk.huberdeau@example.com" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1980-01-10"^^xsd:date] ; #
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" ]
] ) . #
IG © 2021+ HL7 International / Patient Administration. Package hl7.fhir.us.identity-matching#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-08-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
