{
  "resourceType" : "Observation",
  "id" : "simple-accommodation-service-animal",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "Service Animal Accommodation Simple Observation Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "This example of a *US Core Simple Observation Profile* records that the patient's service animal must be permitted to accompany the patient within the facility."
    }],
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation simple-accommodation-service-animal</b></p><a name=\"simple-accommodation-service-animal\"> </a><a name=\"hcsimple-accommodation-service-animal\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category accommodation}\">Reasonable accommodation</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category accommodation}\">Patient accommodation</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><p><b>effective</b>: 2026-05-13</p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p><p><b>value</b>: Allow service animals in facility</p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
      "code" : "accommodation"
    }],
    "text" : "Reasonable accommodation"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
      "code" : "accommodation"
    }],
    "text" : "Patient accommodation"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Baxter"
  },
  "effectiveDateTime" : "2026-05-13",
  "performer" : [{
    "reference" : "Practitioner/practitioner-1",
    "display" : "Dr Ronald Bone"
  }],
  "valueString" : "Allow service animals in facility"
}