FHIR IG analytics| Package | ndhm.in |
| Resource Type | Observation |
| Id | Observation-example-25.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-25
status: Final
code: Finding relating to alcohol drinking behavior
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
effective: 2020-09-29
performer: Organization XYZ Lab Pvt.Ltd.
value: Craving for alcohol
{
"resourceType": "Observation",
"id": "example-25",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationLifestyle"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "228273003",
"display": "Finding relating to alcohol drinking behavior"
}
],
"text": "Finding relating to alcohol drinking behavior"
},
"subject": {
"reference": "Patient/example-01"
},
"effectiveDateTime": "2020-09-29",
"performer": [
{
"reference": "Organization/example-01"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "228365005",
"display": "Craving for alcohol"
}
],
"text": "Craving for alcohol"
}
}