Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Goal Example - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1801796761002700" ] ;
fhir:lastUpdated [ fhir:v "2017-03-23T23:01:16.982+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal>     ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-goal-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-goal-profile>     ] ) ;
    ( 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </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\">version: versionId: id (PrimitiveType/Goal.meta.versionId): element = id -&gt; versionId=id[1801796761002700]; Last updated: 2017-03-23 23:01:16+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-goal.html\">US Core Goal Profile</a>, <a href=\"StructureDefinition-athena-goal-profile.html\">AthenaGoal</a></p><p style=\"margin-bottom: 0px\">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 ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/1801796761002700</p><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title=\"Codes:\">Prevent complications of diabetes</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>start</b>: 2017-03-03</p><p><b>statusDate</b>: 2017-03-23</p><p><b>expressedBy</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>addresses</b>: <a href=\"Condition-Example1.html\">Condition I10</a></p><p><b>note</b>: Controlled DM</p></div>"
  ] ; # 
  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/Training"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1801796761002700" ]
  ] ) ; # 
  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:text [ fhir:v "Prevent complications of diabetes" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
  ] ; # 
  fhir:start [ fhir:v "2017-03-03"^^xsd:date] ; # 
  fhir:statusDate [ fhir:v "2017-03-23"^^xsd:date] ; # 
  fhir:expressedBy [
fhir:reference [ fhir:v "Practitioner/Example1" ]
  ] ; # 
  fhir:addresses ( [
fhir:reference [ fhir:v "Condition/Example1" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Controlled DM" ]
  ] ) . #