FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | Observation |
| Id | Observation-FRCoreObservationHeartRateExample.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 FRCoreObservationHeartRateExample
status: Final
category: Vital Signs
code: Heart rate
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: 70 battements/minute (Détails : code UCUM/min = '/min')
{
"resourceType": "Observation",
"id": "FRCoreObservationHeartRateExample",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-heartrate"
]
},
"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": "8867-4"
}
]
},
"subject": {
"reference": "Patient/FRCorePatientExample",
"type": "Patient"
},
"effectiveDateTime": "2022-11-06",
"performer": [
{
"reference": "Patient/FRCorePatientExample"
}
],
"valueQuantity": {
"value": 70,
"unit": "battements/minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}