PACIO Personal Functioning and Engagement Implementation Guide
3.0.0-ballot - STU 3 Ballot United States of America flag

PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.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-pfe/ and changes regularly. See the Directory of published versions

: PFEIG-patientBSJ1

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/PFEIG-patientBSJ1> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PFEIG-patientBSJ1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0>
     ], [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary|2.2.1" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary|2.2.1>
     ], [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber|2.2.1" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber|2.2.1>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PFEIG-patientBSJ1</b></p><a name=\"PFEIG-patientBSJ1\"> </a><a name=\"hcPFEIG-patientBSJ1\"> </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\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a> version: 9.0.0, <a href=\"http://hl7.org/fhir/us/davinci-pas/2.2.1/StructureDefinition-profile-beneficiary.html\">PAS Beneficiary Patient</a> version: 2.2.1, <a href=\"http://hl7.org/fhir/us/davinci-pas/2.2.1/StructureDefinition-profile-subscriber.html\">PAS Subscriber Patient</a> version: 2.2.1</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</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-MaritalStatus U}\">unmarried</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 210-222-1111(Mobile)</li><li>111 Maple Ct, San Antonio, TX 78212</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=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Charles Johnson</li><li>100 Montana St., San Antonio, TX 78203</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-PFEIG-Practitioner-JohnSmith.html\">Practitioner John Smith</a></li></ul></td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/identifiers/patient" ] ;
     fhir:Identifier.value [ fhir:value "10A3D58WH1600" ]
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Betsy Smith-Johnson" ] ;
     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 "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "210-222-1111" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.address [
     fhir:index -1 ;
     fhir:Address.text [ fhir:value "111 Maple Ct, San Antonio, TX 78212" ]
  ] ;
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
       fhir:Coding.code [ fhir:value "U" ]
     ]
  ] ;
  fhir:Patient.contact [
     fhir:index -1 ;
     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 "100 Montana St., San Antonio, TX 78203" ]
     ]
  ] ;
  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:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:Patient.generalPractitioner [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JohnSmith> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practitioner-JohnSmith" ]
  ] .

<http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JohnSmith> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/PFEIG-patientBSJ1.ttl> .