PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

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

: Example-Smith-Johnson-Patient1

Page standards status: Informative

Raw ttl | Download


@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 -1 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       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 -1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         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 -1 ;
     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 -1
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index -1 ;
     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 -1 ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.line [
       fhir:value "111 Maple Court" ;
       fhir:index -1
     ] ;
     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 -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ] ;
       fhir:Coding.code [ fhir:value "UNK" ]
     ]
  ] ;
  fhir:Patient.contact [
     fhir:index -1 ;
     fhir:Patient.contact.relationship [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         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 -1 ;
       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 -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         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 -1 ;
       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 -1 ;
     fhir:Patient.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         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> .