PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. 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-pacio-adi/ and changes regularly. 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Example-Smith-Johnson-Patient1"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>
]
] ;
fhir:Resource.language [ fhir:value "en-US"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Smith-Johnson-Patient1</b></p><a name=\"Example-Smith-Johnson-Patient1\"> </a><a name=\"hcExample-Smith-Johnson-Patient1\"> </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\">Last updated: 2021-03-29 14:25:34-0500; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</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\">Medical Record Number/1032702 (use: usual, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:BetsySJ@example.com\">BetsySJ@example.com</a></li><li>111 Maple Court San Antonio TX 78212 US (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: son\">son:</td><td colspan=\"3\"><ul><li>Charles Johnson</li><li>111 Maple Ct, Grand Rapids, MI 49503</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: daughter\">daughter:</td><td colspan=\"3\"><ul><li>Debra Johnson</li><li>333 W. Camden St., Baltimore, MD 21201</li><li>ph: (410) 444-5555</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [Race & Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity: 2106-3</a> (White)</li><li>text: White</li></ul></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "ombCategory" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ] ;
fhir:Coding.code [ fhir:value "2106-3" ] ;
fhir:Coding.display [ fhir:value "White" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "text" ] ;
fhir:Extension.valueString [ fhir:value "White" ]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ]
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "usual" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MR" ] ;
fhir:Coding.display [ fhir:value "Medical Record Number" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medical Record Number" ]
] ;
fhir:Identifier.system [ fhir:value "http://example.org/GoodHealthHospital" ] ;
fhir:Identifier.value [ fhir:value "1032702" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-medicare" ] ;
fhir:Identifier.value [ fhir:value "1PA3D58WH16" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.text [ fhir:value "Smith-Johnson, Betsy" ] ;
fhir:HumanName.family [ fhir:value "Smith-Johnson" ] ;
fhir:HumanName.given [
fhir:value "Betsy" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "BetsySJ@example.com" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1950-11-15"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.type [ fhir:value "physical" ] ;
fhir:Address.line [
fhir:value "111 Maple Court" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "San Antonio" ] ;
fhir:Address.state [ fhir:value "TX" ] ;
fhir:Address.postalCode [ fhir:value "78212" ] ;
fhir:Address.country [ fhir:value "US" ]
] ;
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ] ;
fhir:Coding.code [ fhir:value "UNK" ]
]
] ;
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/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "SONC" ]
]
] ;
fhir:Patient.contact.name [
fhir:HumanName.text [ fhir:value "Charles Johnson" ]
] ;
fhir:Patient.contact.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "(210) 222-3333" ]
] ;
fhir:Patient.contact.address [
fhir:Address.text [ fhir:value "111 Maple Ct, Grand Rapids, MI 49503" ]
]
], [
fhir:index 1 ;
fhir:Patient.contact.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "DAUC" ]
]
] ;
fhir:Patient.contact.name [
fhir:HumanName.text [ fhir:value "Debra Johnson" ]
] ;
fhir:Patient.contact.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "(410) 444-5555" ]
] ;
fhir:Patient.contact.address [
fhir:Address.text [ fhir:value "333 W. Camden St., Baltimore, MD 21201" ]
]
] ;
fhir:Patient.communication [
fhir:index 0 ;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "en" ] ;
fhir:Coding.display [ fhir:value "English" ]
]
] ;
fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/Example-Smith-Johnson-Patient1.ttl> .
IG © 2021+ HL7 International / Patient Empowerment. Package hl7.fhir.us.pacio-adi#2.0.0-ballot based on FHIR 4.0.1. Generated 2026-07-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
