FHIR IG analytics| Package | ans.fhir.fr.mesures |
| Resource Type | Observation |
| Id | Observation-example-mes-fr-observation-bmi-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Observation example-mes-fr-observation-bmi-001
Profil: Indice de Masse Corporelle
status: Final
category: Vital Signs
code: Indice de masse corporelle [Ratio] Patient ; Numérique
subject: Pierre Durand
effective: 2022-11-06
value: 28 Kg/m2 (Détails : code UCUMkg/m2 = 'kg/m2')
interpretation: High
{
"resourceType": "Observation",
"id": "example-mes-fr-observation-bmi-001",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-bmi"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "39156-5"
}
]
},
"subject": {
"reference": "Patient/example-mes-fr-patient-001",
"type": "Patient",
"display": "Pierre Durand"
},
"effectiveDateTime": "2022-11-06",
"valueQuantity": {
"value": 28,
"unit": "Kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
]
}