FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Observation |
| Id | Observation-AgeAtOnsetObservationExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AgeAtOnsetObservationExample
status: Final
code: Age at onset of clinical finding (observable entity)
subject: Anonymous Patient (no stated gender), DoB Unknown
value:
{
"resourceType": "Observation",
"id": "AgeAtOnsetObservationExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/age-at-onset-observation-profile"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445518008",
"display": "Age at onset of clinical finding (observable entity)"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"encounter": {
"reference": "Encounter/StrokeEncounterExample"
},
"_valueInteger": {
"value": 65
}
}