身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: condition-e-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "condition-e-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Condition-excercise-history"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/Condition-excercise-history> ] )
] ; #
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: Condition condition-e-example</b></p><a name=\"condition-e-example\"> </a><a name=\"hccondition-e-example\"> </a><a name=\"condition-e-example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/tempcode PhysicalActivity}\">Physical Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 229072005}\">一週2次有氧運動 每次30分鐘</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><p><b>asserter</b>: <a href=\"Practitioner-practitioner-d-example.html\">Practitioner 林依聲</a></p></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
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:code [
( fhir:coding [
a sct:229072005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "229072005" ] ;
fhir:display [ fhir:v "Aerobic exercises" ] ] ) ;
fhir:text [ fhir:v "一週2次有氧運動 每次30分鐘" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-tw-example" ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner-d-example" ]
] . #