@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "weight-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Weight-sport"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation weight-example

status: Final

category: Vital Signs

code: Body weight

subject: 連小妹(official) Female, DoB: 1990-01-01 ( Provider number (use: official, ))

effective: 2024-07-01

performer: Practitioner 陳建升

value: 50 kg (Details: UCUM codekg = 'kg')

" ] ; # 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 ( [ a loinc:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] ) ; fhir:text [ fhir:v "Body weight" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/patient-ex-example" ] ] ; # fhir:effective [ fhir:v "2024-07-01"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/practitioner-c-example" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "50"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # # -------------------------------------------------------------------------------------