Developer Satisfaction
0.2.0 - ci-build International flag

Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Goal Example 1 - 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:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Goal1"] ; #
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-04-10T09:48:01-04:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-goal"^^xsd:anyURI ;
fhir:link <http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-goal>     ] )
  ] ; #
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"Goal1\"> </a><a name=\"hcGoal1\"> </a></p><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\">Resource Goal &quot;Goal1&quot; Updated &quot;2024-04-10 09:48:01-0400&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dev-satisfaction-goal.html\">Developer Satisfaction Goal Profile - Required Data</a></p></div><p><b>identifier</b>: <code>https://example.com/fhir/satisfactionidentifier</code>/88834500123</p><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Behavioral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-goal-category.html\">Goal category</a>#behavioral)</span></p><p><b>description</b>: Satisfaction Goal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <span>: Test Subject</span></p><p><b>start</b>: 2024-01-01</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Mental health Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34786-4)</span></td><td>1</td><td>2024-12-31</td></tr></table></div>"
  ] ; #
  fhir:identifier ( [
fhir:system [ fhir:v "https://example.com/fhir/satisfactionidentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88834500123" ]
  ] ) ; #
  fhir:lifecycleStatus [ fhir:v "active"] ; #
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "behavioral" ]     ] )
  ] ) ; #
  fhir:description [
fhir:text [ fhir:v "Satisfaction Goal" ]
  ] ; #
  fhir:subject [
fhir:display [ fhir:v "Test Subject" ]
  ] ; #
  fhir:start [ fhir:v "2024-01-01"^^xsd:date] ; #
  fhir:target ( [
fhir:measure [
      ( fhir:coding [
a loinc:34786-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34786-4" ] ;
fhir:display [ fhir:v "Mental health Note" ]       ] )     ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ]     ] ;
fhir:due [ fhir:v "2024-12-31"^^xsd:date ]
  ] ) . #