身體活動量測(Physical Activity Measure)
0.1.0 - ci-build

身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: goal-example - 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 "goal-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Goal-sport"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/Goal-sport>     ] )
  ] ; # 
  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><a name=\"goal-example-en-US\"> </a><p><b>identifier</b>: <code>https://www.health.ntpc.gov.tw/</code>/s141526</p><p><b>lifecycleStatus</b>: Proposed</p><p><b>category</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/tempcode PhysicalActivity}\">Physical Activity</span></p><p><b>description</b>: <span title=\"Codes:\">L5-S1椎間盤突出,在六個月內減少突出程度2-3毫米,疼痛評分減少50%</span></p><p><b>subject</b>: <a href=\"Patient-patient-tw-example.html\">連小妹(official) Female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 41950-7}\">Number of steps in 24 hour Measured</span></td><td>5000 steps per day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/d = '/d')</span></td></tr></table></div>"
  ] ; # 
  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: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" ]     ]
  ] ) . #