Clinical
Summary
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0:
R5
-
STU
).
The
This
is
the
current
published
version
which
supercedes
in
it's
permanent
home
(it
will
always
be
available
at
this
version
is
5.0.0
.
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R5
R4B
R4
| Patient Care Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Encounter , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example of personal care services provided at person's home
@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/Procedure/HCBS> a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "HCBS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b> Personal care services provided at person's home</b>\n </p>\n <p>\n <b> Based On</b> : Peter's Long Term Services and Supports (LTSS) care plan</p>\n <p>\n <b> Status</b> : completed</p>\n <p>\n <b> Beneficiary</b> : Peter James</p>\n <p>\n <b> Service Name/Code</b> : Personal care services <span> (Details : {HCPCS code 'T1019' = 'Personal care services, per 15 minutes'})</span>\n </p>\n <p>\n <b> Service Date</b> : Apr 5, 2018</p>\n <p>\n <b> Service Provider</b> : Adam Careful</p>\n <p>\n <b> Service Delivery Address</b> : Peter's home</p>\n <p>\n <b> Service Comment</b> : Assisted with bathing and dressing, doing laundry, and meal preparation</p>\n </div>" ]; fhir:Procedure.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "Peter's Long Term Service and Supports (LTSS) Care Plan" ] ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets/Alpha-Numeric-HCPCS.html" ]; fhir:Coding.code [ fhir:value "T1019" ]; fhir:Coding.display [ fhir:value "Personal care services, per 15 minutes, not for an inpatient or resident of a hospital, nursing facility, icf/mr or imd, part of the individualized plan of treatment." ] ]; fhir:CodeableConcept.text [ fhir:value "Personal care services" ] ]; fhir:Procedure.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2018-04-05"^^xsd:date]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Adam Careful" ][a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HCBS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b> Personal care services provided at person's home</b>\n </p>\n <p>\n <b> Based On</b> : Peter's Long Term Services and Supports (LTSS) care plan</p>\n <p>\n <b> Status</b> : completed</p>\n <p>\n <b> Beneficiary</b> : Peter James</p>\n <p>\n <b> Service Name/Code</b> : Personal care services <span> (Details : {HCPCS code 'T1019' = 'Personal care services, per 15 minutes'})</span>\n </p>\n <p>\n <b> Service Date</b> : Apr 5, 2018</p>\n <p>\n <b> Service Provider</b> : Adam Careful</p>\n <p>\n <b> Service Delivery Address</b> : Peter's home</p>\n <p>\n <b> Service Comment</b> : Assisted with bathing and dressing, doing laundry, and meal preparation</p>\n </div>" ] ; # fhir:basedOn ( [ fhir:display [ fhir:v "Peter's Long Term Service and Supports (LTSS) Care Plan" ] # <reference value=\"CarePlan\/example-HCBS\"\/> ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets/Alpha-Numeric-HCPCS.html"^^xsd:anyURI ] ; fhir:code [ fhir:v "T1019" ] ; fhir:display [ fhir:v "Personal care services, per 15 minutes, not for an inpatient or resident of a hospital, nursing facility, icf/mr or imd, part of the individualized plan of treatment." ] ] ) ; fhir:text [ fhir:v "Personal care services" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James" ] ] ; # fhir:occurrence [ fhir:v "2018-04-05"^^xsd:date] ; # fhir:performer ( [ fhir:actor [ fhir:reference [ fhir:v "Practitioner/example" ] ; fhir:display [ fhir:v "Adam Careful" ] ]]; fhir:Procedure.location [ fhir:link <http://hl7.org/fhir/Location/ph>; fhir:Reference.reference [ fhir:value "Location/ph" ]; fhir:Reference.display [ fhir:value "Peter's Home" ] ]; fhir:Procedure.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Assisted with bathing and dressing, doing laundry, and meal preparation" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/Location/ph> a fhir:Location . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Procedure/HCBS.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Procedure/HCBS.ttl> .] ) ; # fhir:location [ fhir:reference [ fhir:v "Location/ph" ] ; fhir:display [ fhir:v "Peter's Home" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Assisted with bathing and dressing, doing laundry, and meal preparation" ] ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0
generated
on
Sat,
May
28,
2022
12:57+1000.
Sun,
Mar
26,
2023
15:25+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
|
Compare
to
R4B
|
|
Propose
a
change