@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example2"] ; # fhir:meta [ fhir:versionId [ fhir:v "Example2" ] ; fhir:lastUpdated [ fhir:v "2023-12-18T00:59:53.483-06:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-goal-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "New" ] ; fhir:display [ fhir:v "New" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "Pen" ] ; fhir:display [ fhir:v "Pen" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "NewPen" ] ; fhir:display [ fhir:v "New Pen" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Goal Example2

version: versionId: id (PrimitiveType/Goal.meta.versionId): element = id -> versionId=id[Example2]; Last updated: 2023-12-18 00:59:53-0600

Profiles: US Core Goal Profile, AthenaGoal

Tags: New (Details: EditTags code New = ' New ', stated as ' New '), Pen (Details: EditTags code Pen = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen = ' NewPen ', stated as ' New Pen ')

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

identifier: Unspecified Identifier/Example2

lifecycleStatus: Active

category: Food Insecurity Goals

description: Food Insecurity Goals

subject: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

start: 2023-12-08

statusDate: 2023-12-08

expressedBy: Practitioner Harry S. Winston

addresses: Condition I10

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/GoalId/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "Example2" ] ] ) ; # fhir:lifecycleStatus [ fhir:v "active" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/goalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "Active" ] ; fhir:display [ fhir:v "Active" ] ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "sdoh" ] ; fhir:display [ fhir:v "SDOH" ] ] ) ; fhir:text [ fhir:v "Food Insecurity Goals" ] ] ) ; # fhir:description [ fhir:coding ( [ a sct:1078229009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1078229009" ] ; fhir:display [ fhir:v "Food Insecurity Goals" ] ] ) ; fhir:text [ fhir:v "Food Insecurity Goals" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:start [ fhir:v "2023-12-08"^^xsd:date] ; # fhir:statusDate [ fhir:v "2023-12-08"^^xsd:date] ; # fhir:expressedBy [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ; # fhir:addresses ( [ fhir:link ; fhir:reference [ fhir:v "Condition/Example1" ] ] ) . # # -------------------------------------------------------------------------------------