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

Generated Narrative: Condition condition-e-example

clinicalStatus: Active

category: Physical Activity

code: 一週2次有氧運動 每次30分鐘

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

asserter: Practitioner 林依聲

" ] ; # 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:link ; fhir:reference [ fhir:v "Patient/patient-tw-example" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "Practitioner/practitioner-d-example" ] ] . # # -------------------------------------------------------------------------------------