FHIR IG analytics| Package | ndhm.in |
| Resource Type | Observation |
| Id | Observation-example-15.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-15
status: Final
code: Metabolic rate --resting
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
effective: 2020-09-29
performer: Practitioner Dr. DEF
value: 1600 kcal/d (Details: UCUM codekcal/d = 'kcal/d')
{
"resourceType": "Observation",
"id": "example-15",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationGeneralAssessment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "69429-9",
"display": "Metabolic rate --resting"
}
],
"text": "Metabolic rate --resting"
},
"subject": {
"reference": "Patient/example-01"
},
"effectiveDateTime": "2020-09-29",
"performer": [
{
"reference": "Practitioner/example-01"
}
],
"valueQuantity": {
"value": 1600,
"unit": "kcal/d",
"system": "http://unitsofmeasure.org",
"code": "kcal/d"
}
}