@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- [a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bmi-using-related"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "bmi-using-related"

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: BMI (LOINC#39156-5 "Body mass index (BMI) [Ratio]")

subject: Patient/example "Peter CHALMERS"

effective: 1999年07月02日

value: 16.2 kg/m2 (Details: UCUM code kg/m2 = 'kg/m2')

derivedFrom:

" ] ; # ======== need to fix vitals to removed fixed value 'has-member' ========== # # # # 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:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:39156-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "39156-5" ] ; fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ] ] ) ; fhir:text [ fhir:v "BMI" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:effective [ fhir:v "1999-07-02"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "16.2"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg/m2" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg/m2" ] ] ; # fhir:derivedFrom ( [ fhir:reference [ fhir:v "Observation/bodyheight" ] ; fhir:display [ fhir:v "Body Height" ] ] [ fhir:reference [ fhir:v "Observation/example" ] ; fhir:display [ fhir:v "Body Weight" ] ] )] . # # -------------------------------------------------------------------------------------

AltStyle によって変換されたページ (->オリジナル) /