FHIR IG analytics| Package | ans.fhir.fr.mesures |
| Resource Type | Observation |
| Id | Observation-example-mes-fr-observation-body-height-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-height-001
Profil: Taille
status: Final
category: Vital Signs
code: Taille du patient [Longueur] Patient ; Numérique
subject: Pierre Durand
effective: 1999-07-02
value: 185 cm (Détails : code UCUMcm = 'cm')
{
"resourceType": "Observation",
"id": "example-mes-fr-observation-body-height-001",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-bodyheight"
]
},
"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": "8302-2"
}
]
},
"subject": {
"reference": "Patient/example-mes-fr-patient-001",
"display": "Pierre Durand"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 185,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}