@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ServiceRequest servicerequest-example

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

status: Completed

intent: Order

category: Physical Activity

code: Exercise therapy

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, ))

authoredOn: 2024-07-01

requester: Practitioner 林依聲

" ] ; # 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:link ; fhir:reference [ fhir:v "Patient/patient-tw-example" ] ] ; # fhir:authoredOn [ fhir:v "2024-07-01"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/practitioner-d-example" ] ] . # # -------------------------------------------------------------------------------------