Open-Nursing-Validator / docs /Observation-example-reasonable-adjustment.md
NurseCitizenDeveloper's picture
Deploy Open Nursing Validator (Docker)
6d12932 verified

example-reasonable-adjustment - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0

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+)."
}