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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra.r4b
Resource TypeObservation
IdObservation-ra-obs02pat03.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 ra-obs02pat03

status: Final

category: Survey

code: Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]

subject: Nelda Nuclear

effective: 2019-08-23

performer: XYZ Laboratory

value: 16


Source1

{
  "resourceType": "Observation",
  "id": "ra-obs02pat03",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "PHQ9 Total Score for Patient 03"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a PHQ9 Total Score for Patient 03."
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ],
      "text": "Survey"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "44261-6",
        "display": "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"
      }
    ],
    "text": "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"
  },
  "subject": {
    "reference": "Patient/ra-patient03",
    "display": "Nelda Nuclear"
  },
  "effectiveDateTime": "2019-08-23",
  "performer": [
    {
      "reference": "Organization/ra-laboratory01",
      "display": "XYZ Laboratory"
    }
  ],
  "valueInteger": 16
}