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
| 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Condition/PFEIG-Condition-DressingConcern> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PFEIG-Condition-DressingConcern"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-condition-problems-health-concerns" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-condition-problems-health-concerns>
]
] ;
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: Condition PFEIG-Condition-DressingConcern</b></p><a name=\"PFEIG-Condition-DressingConcern\"> </a><a name=\"hcPFEIG-Condition-DressingConcern\"> </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\">Profile: <a href=\"StructureDefinition-pfe-condition-problems-health-concerns.html\">Personal Functioning and Engagement Condition Problems and Health Concerns Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>, <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category functional-status}\">Functional Status</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 284972002}\">Difficulty performing dressing activity (finding)</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>recordedDate</b>: 2024-01-18 14:10:00-0500</p><p><b>asserter</b>: <a href=\"Practitioner-PFEIG-Practitioner-JenCadbury.html\">Practitioner Jen Cadbury</a></p><p><b>note</b>: </p><blockquote><div><p>Betsy is frustrated, embarrassed, and worried about not being able to dress herself</p>\n</div></blockquote></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "health-concern" ] ;
fhir:Coding.display [ fhir:value "Health Concern" ]
]
], [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-category" ] ;
fhir:Coding.code [ fhir:value "functional-status" ] ;
fhir:Coding.display [ fhir:value "Functional Status" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:284972002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "284972002" ] ;
fhir:Coding.display [ fhir:value "Difficulty performing dressing activity (finding)" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
] ;
fhir:Condition.recordedDate [ fhir:value "2024-01-18T14:10:00-05:00"^^xsd:dateTime] ;
fhir:Condition.asserter [
fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JenCadbury> ;
fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practitioner-JenCadbury" ]
] ;
fhir:Condition.note [
fhir:index -1 ;
fhir:Annotation.text [ fhir:value "Betsy is frustrated, embarrassed, and worried about not being able to dress herself" ]
] .
<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JenCadbury> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/PFEIG-Condition-DressingConcern.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/PFEIG-Condition-DressingConcern.ttl> .
IG © 2022+ HL7 International / Patient Care.
Package hl7.fhir.us.pacio-pfe#3.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
