FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4b
Resource TypeObservation
IdObservation-Example-Smith-Johnson-DecisionalCapacity1.json
FHIR VersionR4B

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

Generated Narrative: Observation Example-Smith-Johnson-DecisionalCapacity1

status: Final

category: Survey

code: Under care of hospice team

subject: Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)

effective: 2024-09-18 22:33:22+0000

performer: PractitionerRole: telecom = kanydoc@example.org(Work)

value: Forgetful (finding)


Source1

{
  "resourceType": "Observation",
  "id": "Example-Smith-Johnson-DecisionalCapacity1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DecisionalCapacity"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "551781000124102"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "effectiveDateTime": "2024-09-18T22:33:22Z",
  "performer": [
    {
      "reference": "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "55533009",
        "display": "Forgetful (finding)"
      }
    ]
  }
}