FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | Observation |
| Id | Observation-FRCoreObservationHeadCircumExample.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 FRCoreObservationHeadCircumExample
status: Final
category: Vital Signs
code: Head Occipital-frontal circumference
subject: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))
effective: 2022-11-06
performer: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))
value: 61 cm (Détails : code UCUMcm = 'cm')
{
"resourceType": "Observation",
"id": "FRCoreObservationHeadCircumExample",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-head-circum"
]
},
"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": "9843-4"
}
]
},
"subject": {
"reference": "Patient/FRCorePatientExample",
"type": "Patient"
},
"effectiveDateTime": "2022-11-06",
"performer": [
{
"reference": "Patient/FRCorePatientExample"
}
],
"valueQuantity": {
"value": 61,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}