@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- 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 "
\n

\n Personal care services provided at person's home\n

\n

\n Based On : Peter's Long Term Services and Supports (LTSS) care plan

\n

\n Status : completed

\n

\n Beneficiary : Peter James

\n

\n Service Name/Code : Personal care services (Details : {HCPCS code 'T1019' = 'Personal care services, per 15 minutes'})\n

\n

\n Service Date : Apr 5, 2018

\n

\n Service Provider : Adam Careful

\n

\n Service Delivery Address : Peter's home

\n

\n Service Comment : Assisted with bathing and dressing, doing laundry, and meal preparation

\n
" ]; 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 ; 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 ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Adam Careful" ] ] ]; fhir:Procedure.location [ fhir:link ; 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" ] ] . a fhir:Patient . a fhir:Practitioner . a fhir:Location . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------