PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ 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/OT-ProblemList-RightWeak> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "OT-ProblemList-RightWeak"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|8.0.1" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|8.0.1>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition OT-ProblemList-RightWeak</b></p><a name=\"OT-ProblemList-RightWeak\"> </a><a name=\"hcOT-ProblemList-RightWeak\"> </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=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns Profile</a> version: 8.0.1</p></div><p><b>Condition Asserted Date</b>: 2024-04-17 15:40:00-0400</p><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://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 713512009}\">Muscle weakness of upper limb (finding)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Right upper arm structure (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><p><b>recordedDate</b>: 2024-04-27 15:40:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-BSJ-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>The weakness and lack of coordination in the patient's right shoulder, arm, and hand are secondary to the stroke. PT/OT from SNF report improvements to rotator cuff strength over last month.</p>\n</div></blockquote></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ] ;
fhir:Extension.valueDateTime [ fhir:value "2024-04-17T15:40:00-04:00"^^xsd:dateTime ]
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
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 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "problem-list-item" ] ;
fhir:Coding.display [ fhir:value "Problem List Item" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:713512009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "713512009" ] ;
fhir:Coding.display [ fhir:value "Muscle weakness of upper limb (finding)" ]
]
] ;
fhir:Condition.bodySite [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:368209003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "368209003" ] ;
fhir:Coding.display [ fhir:value "Right upper arm structure (body structure)" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
] ;
fhir:Condition.recordedDate [ fhir:value "2024-04-27T15:40:00-04:00"^^xsd:dateTime] ;
fhir:Condition.asserter [
fhir:link <http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/Role-OT-JenCadbury" ]
] ;
fhir:Condition.evidence [
fhir:index 0 ;
fhir:Condition.evidence.detail [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> ;
fhir:Reference.reference [ fhir:value "Condition/BSJ-HemiparesisDiagnosis" ]
]
] ;
fhir:Condition.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "The weakness and lack of coordination in the patient's right shoulder, arm, and hand are secondary to the stroke. PT/OT from SNF report improvements to rotator cuff strength over last month." ]
] .
<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/Role-OT-JenCadbury> a fhir:PractitionerRole .
<http://hl7.org/fhir/Condition/BSJ-HemiparesisDiagnosis> a fhir:Condition .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/OT-ProblemList-RightWeak.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/OT-ProblemList-RightWeak.ttl> .
IG © 2024+ HL7 International / Patient Care. Package hl7.fhir.us.pacio-toc#1.0.0 based on FHIR 4.0.1. Generated 2026-08-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
