身體活動量測(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

: bodyage-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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bodyage-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/BodyAge-sport"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/BodyAge-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: Observation bodyage-example</b></p><a name=\"bodyage-example\"> </a><a name=\"hcbodyage-example\"> </a><a name=\"bodyage-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/tempcode BodyAge}\">Body age</span></p><p><b>subject</b>: <a href=\"Patient-patient-ex-example.html\">連小妹(official) Female, DoB: 1990-01-01 ( Provider number (use: official, ))</a></p><p><b>effective</b>: 2024-07-01</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-c-example.html\">Practitioner 陳建升</a></p><p><b>value</b>: 26</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/tempcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BodyAge" ] ;
fhir:display [ fhir:v "體內年齡" ]     ] ) ;
fhir:text [ fhir:v "Body age" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ex-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-07-01"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-c-example" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "26"^^xsd:decimal ]
  ] . #