FHIR IG analytics
| Package | hl7.fhir.us.odh.r4b |
| Resource Type | Observation |
| Id | Observation-observation-odh-retirement-date-sample.json |
| FHIR Version | R4B |
Resources that use this resource
No resources found
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
| id |
observation-odh-retirement-date-sample
|
| meta |
| versionId |
1
|
| lastUpdated |
2021-05-25T12:25:44.000-04:00
|
| profile |
http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate
|
|
| status |
final
|
| code |
|
| subject |
|
| valueDateTime |
|
| component |
|
Source1
{
"resourceType": "Observation",
"id": "observation-odh-retirement-date-sample",
"meta": {
"versionId": "1",
"lastUpdated": "2021-05-26T02:20:50.364+00:00",
"source": "#xIztR2ILtakKFMdW",
"profile": [
"http://hl7.org/fhir/us/odh/StructureDefinition/odh-RetirementDate"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "87510-4",
"display": "Date of Retirement"
}
]
},
"subject": {
"reference": "Patient/patient-odh-maya-gordon",
"display": "Maya Gordon"
},
"valueDateTime": "2021-05-30"
}