身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: servicerequest-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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "servicerequest-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/ServiceRequest-sport"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/ServiceRequest-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: ServiceRequest servicerequest-example</b></p><a name=\"servicerequest-example\"> </a><a name=\"hcservicerequest-example\"> </a><a name=\"servicerequest-example-en-US\"> </a><p><b>identifier</b>: <code>https://www.health.ntpc.gov.tw/</code>/s141526</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</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 229065009}\">Exercise therapy</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>authoredOn</b>: 2024-07-01</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-d-example.html\">Practitioner 林依聲</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.health.ntpc.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "s141526" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
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:229065009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "229065009" ] ;
fhir:display [ fhir:v "Exercise therapy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-tw-example" ]
] ; #
fhir:authoredOn [ fhir:v "2024-07-01"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-d-example" ]
] . #