example-reasonable-adjustment - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0
- Table of Contents
- Artifacts Summary
- example-reasonable-adjustment
Example Observation: example-reasonable-adjustment
Profile: Reasonable Adjustment
status: Final
category: Exam
code: Reasonable Adjustment
subject: Jane Doe Female, DoB Unknown
performer: Practitioner Nightingale
value: Requires large print documents (Font size 16+).
Resource Content
{
"resourceType" : "Observation",
"id" : "example-reasonable-adjustment",
"meta" : {
"profile" : [
"https://fhir.clinyq.ai/StructureDefinition/onc-reasonable-adjustment"
]
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-observation-codes",
"code" : "reasonable-adjustment"
}
]
},
"subject" : {
"reference" : "Patient/patient-example-jane"
},
"performer" : [
{
"reference" : "Practitioner/practitioner-example"
}
],
"valueString" : "Requires large print documents (Font size 16+)."
}