FHIR IG analytics| Package | ndhm.in |
| Resource Type | Observation |
| Id | Observation-example-23.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-23
status: Final
code: Last menstrual period start date
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
effective: 2021-03-09
performer: Organization XYZ Lab Pvt.Ltd.
value: 20210309 YYYYMMDD (Details: UCUM code{mm/dd/yyyy} = '{mm/dd/yyyy}')
{
"resourceType": "Observation",
"id": "example-23",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationWomenHealth"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8665-2",
"display": "Last menstrual period start date"
}
],
"text": "Last menstrual period start date"
},
"subject": {
"reference": "Patient/example-01"
},
"effectiveDateTime": "2021-03-09",
"performer": [
{
"reference": "Organization/example-01"
}
],
"valueQuantity": {
"value": 20210309,
"unit": "YYYYMMDD",
"system": "http://unitsofmeasure.org",
"code": "{mm/dd/yyyy}"
}
}