This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Goal Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "goal-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|6.1.0> ] )
] ; #
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 goal-example</b></p><a name=\"goal-example\"> </a><a name=\"hcgoal-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-goal.html\">US Core Goal Profileversion: null6.1.0)</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>description</b>: <span title=\"Codes:\">Resolve acute bronchitis within 2 weeks</span></p><p><b>subject</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>start</b>: 2025-01-02</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><span title=\"Codes:{http://snomed.info/sct 431855005}\">Chronic kidney disease stage 1 (disorder)</span></td><td>Resolution of cough and other symptoms</td><td>2025-01-16</td></tr></table><p><b>statusDate</b>: 2025-01-02</p><p><b>statusReason</b>: Treatment initiated</p><p><b>expressedBy</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>addresses</b>: <a href=\"Condition-problem-healthconcern-example.html\">Condition Acute viral pharyngitis</a></p><p><b>note</b>: @2025-01-02 10:30:00+0000</p><blockquote><div><p>Patient understands the plan and is committed to improved rest and hydration</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:achievementStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "in-progress" ] ] )
] ; #
fhir:description [
fhir:text [ fhir:v "Resolve acute bronchitis within 2 weeks" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:start [
a fhir:date ;
fhir:v "2025-01-02"^^xsd:date
] ; #
fhir:target ( [
fhir:measure [
( fhir:coding [
a sct:431855005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "431855005" ] ;
fhir:display [ fhir:v "Chronic kidney disease stage 1 (disorder)" ] ] ) ] ;
fhir:detail [
a fhir:string ;
fhir:v "Resolution of cough and other symptoms" ] ;
fhir:due [
a fhir:date ;
fhir:v "2025-01-16"^^xsd:date ]
] ) ; #
fhir:statusDate [ fhir:v "2025-01-02"^^xsd:date] ; #
fhir:statusReason [ fhir:v "Treatment initiated"] ; #
fhir:expressedBy [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Condition/problem-healthconcern-example" ]
] ) ; #
fhir:note ( [
fhir:time [ fhir:v "2025-01-02T10:30:00Z"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Patient understands the plan and is committed to improved rest and hydration" ]
] ) . #