FHIR IG analytics| Package | ans.fhir.fr.mesures |
| Resource Type | Observation |
| Id | Observation-example-mes-fr-observation-hb1ac-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-hb1ac-001
Profil: Hémoglobine glyquée (Hb1Ac)
status: Final
category: Vital Signs
code: Hémoglobine A1c/hémoglobine totale [Fraction massique] Sang ; Numérique
effective: 2025-07-07 09:00:00+0200
performer: Jean Dupont
value: 6.5 % (Détails : code UCUM% = '%')
method: High-performance liquid chromatography
{
"resourceType": "Observation",
"id": "example-mes-fr-observation-hb1ac-001",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-hb1ac"
]
},
"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": "4548-4"
}
]
},
"subject": {
"reference": "Patient/example-mes-fr-patient-001"
},
"effectiveDateTime": "2025-07-07T09:00:00+02:00",
"performer": [
{
"reference": "Practitioner/example-mes-fr-practitionner-001",
"display": "Jean Dupont"
}
],
"valueQuantity": {
"value": 6.5,
"system": "http://unitsofmeasure.org",
"code": "%"
},
"method": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/method-glucose-vs",
"code": "HPLC",
"display": "High-performance liquid chromatography"
}
]
}
}