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

FHIR IG analytics

Packagehl7.fhir.us.pacio-cs
Resource TypeObservation
IdObservation-CSC-SNF-PHQ9-1-Ob-Question-19.json
FHIR VersionR4

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 CSC-SNF-PHQ9-1-Ob-Question-19

Event Location: Location Sky Harbor Home Health Services

status: Final

category: Functioning, Survey

code: Poor appetite or overeating

subject: Betsy Smith-Johnson (no stated gender), DoB Unknown

effective: 2020-07-11 11:30:00-0500

performer: PractitionerRole Speech and language therapist

value: No

derivedFrom: Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '->Betsy Smith-Johnson (no stated gender), DoB Unknown'


Source1

{
  "resourceType": "Observation",
  "id": "CSC-SNF-PHQ9-1-Ob-Question-19",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference": {
        "reference": "Location/Org-Loc-03"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs",
          "code": "functioning",
          "display": "Functioning"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "54644-0",
        "display": "Poor appetite or overeating in last 2 weeks.presence [Reported PHQ-9 CMS]"
      }
    ],
    "text": "Poor appetite or overeating"
  },
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "effectiveDateTime": "2020-07-11T11:30:00-05:00",
  "performer": [
    {
      "reference": "PractitionerRole/Role-SLP-LunaBaskins"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA32-8",
        "display": "No"
      }
    ],
    "text": "No"
  },
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/QResponse-SNF-PHQ9-1"
    }
  ]
}