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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeObservation
IdObservation-anxiety-assessment-observation-example-1.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 anxiety-assessment-observation-example-1

status: Final

category: Survey

code: M3 Checklist

subject: James Wolff

effective: 2024-02-01

performer: Dr. Lazslo Cravensworth

Components

-CodeValue[x]
*I have attacks of anxiety or panic since I took my last screen [M3]Most of the time

Source1

{
  "resourceType": "Observation",
  "id": "anxiety-assessment-observation-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|6.1.0"
    ]
  },
  "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": "71891-6",
        "display": "M3 Checklist - follow-up [M3]"
      }
    ],
    "text": "M3 Checklist"
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "effectiveDateTime": "2024-02-01",
  "performer": [
    {
      "reference": "Practitioner/mental-health-provider-example-1",
      "display": "Dr. Lazslo Cravensworth"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "71816-3",
            "display": "I have attacks of anxiety or panic since I took my last screen [M3]"
          }
        ],
        "text": "I have attacks of anxiety or panic since I took my last screen [M3]"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA14734-0",
            "display": "Most of the time"
          }
        ],
        "text": "Most of the time"
      }
    }
  ]
}