This page is part of the Guide d'implémentation Fr Core (v2.1.0-ballot: trial-use Ballot 6) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
: FRCoreObservationBMIExample - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FRCoreObservationBMIExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-bmi"^^xsd:anyURI ;
fhir:link <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-bmi> ] )
] ; #
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: Observation FRCoreObservationBMIExample</b></p><a name=\"FRCoreObservationBMIExample\"> </a><a name=\"hcFRCoreObservationBMIExample\"> </a><a name=\"FRCoreObservationBMIExample-fr-FR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 39156-5}\">Body mass index (BMI) [Ratio]</span></p><p><b>subject</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Pierre Durand</a></p><p><b>effective</b>: 2022-11-06</p><p><b>performer</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Pierre Durand</a></p><p><b>value</b>: 28 Kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg/m2 = 'kg/m2')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p></div>"
] ; #
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:code [
( fhir:coding [
a loinc:39156-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39156-5" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplefrCorePatient001" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Pierre Durand" ]
] ; #
fhir:effective [ fhir:v "2022-11-06"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/ExamplefrCorePatient001" ] ;
fhir:display [ fhir:v "Pierre Durand" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "28"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Kg/m2" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg/m2" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ] ] )
] ) . #