@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "goal-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Goal-sport"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Goal goal-example

identifier: https://www.health.ntpc.gov.tw//s141526

lifecycleStatus: Proposed

category: Physical Activity

description: L5-S1椎間盤突出,在六個月內減少突出程度2-3毫米,疼痛評分減少50%

subject: 連小妹(official) Female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

Targets

-MeasureDetail[x]
*Number of steps in 24 hour Measured5000 steps per day (Details: UCUM code/d = '/d')
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://www.health.ntpc.gov.tw/"^^xsd:anyURI ] ; fhir:value [ fhir:v "s141526" ] ] ) ; # fhir:lifecycleStatus [ fhir:v "proposed"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/tempcode"^^xsd:anyURI ] ; fhir:code [ fhir:v "PhysicalActivity" ] ; fhir:display [ fhir:v "Physical Activity" ] ] ) ] ) ; # fhir:description [ fhir:text [ fhir:v "L5-S1椎間盤突出,在六個月內減少突出程度2-3毫米,疼痛評分減少50%" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/patient-tw-example" ] ] ; # fhir:target ( [ fhir:measure [ fhir:coding ( [ a loinc:41950-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "41950-7" ] ; fhir:display [ fhir:v "Number of steps in 24 hour Measured" ] ] ) ] ; fhir:detail [ a fhir:Quantity ; fhir:value [ fhir:v "5000"^^xsd:decimal ] ; fhir:unit [ fhir:v "steps per day" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "/d" ] ] ] ) . # # -------------------------------------------------------------------------------------