FHIR IG analytics| Package | ans.fhir.fr.mesures |
| Resource Type | Observation |
| Id | Observation-example-mes-fr-observation-body-weight-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-body-weight-001
Profil: Poids
Raison de la mesure: Calcul IMC
status: Final
category: Vital Signs
code: Poids corporel [Masse] Patient ; Numérique
subject: Pierre Durand
effective: 2022-11-06
value: 96 Kg (Détails : code UCUMkg = 'kg')
method: Balance
{
"resourceType": "Observation",
"id": "example-mes-fr-observation-body-weight-001",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-body-weight"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-reason-for-measurement",
"valueString": "Calcul IMC"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
]
},
"subject": {
"reference": "Patient/example-mes-fr-patient-001",
"type": "Patient",
"display": "Pierre Durand"
},
"effectiveDateTime": "2022-11-06",
"valueQuantity": {
"value": 96,
"unit": "Kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"method": {
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R306-CLADIMED/FHIR/TRE-R306-CLADIMED",
"code": "K50BI02"
}
]
}
}