MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan 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-us-mcc/ and changes regularly. See the Directory of published versions

: obs-response-moca - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-response-moca"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-response-moca</b></p><a name=\"obs-response-moca\"> </a><a name=\"hcobs-response-moca\"> </a><a name=\"obs-response-moca-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category cognitive-status}\">Cognitive Status</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72172-0}\">Total score [MoCA]</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>effective</b>: 2022-12-08 17:32:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-careCoordinator-1.html\">Julie Smith</a></p><p><b>value</b>: 25 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-questionnnaire-res-moca.html\">Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '-&gt;Patricia Noelle'</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ;
fhir:display [ fhir:v "Survey" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cognitive-status" ] ;
fhir:display [ fhir:v "Cognitive Status" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72172-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72172-0" ] ;
fhir:display [ fhir:v "Total score [MoCA]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-12-08T17:32:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/careCoordinator-1" ] ;
fhir:display [ fhir:v "Julie Smith" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "score" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{score}" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "QuestionnaireResponse/questionnnaire-res-moca" ]
  ] ) . #