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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeObservation
IdObservation-CarlFredericksonPHQ9.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 CarlFredericksonPHQ9

Security Labels: restricted (Details: Confidentiality code R = 'restricted'), behavioral health information sensitivity (Details: ActCode code BH = 'behavioral health information sensitivity')

identifier: http://example.com/demo/observation-identifier/PHQ9-56781

status: Final

code: Mapple Screening - PHQ-9 depression assessment

subject: Carl Frederickson Male, DoB: 1950-04-22

focus: Observation Brief emotional/behavioral assessment (eg, depression inventory, attention-deficit/hyperactivity disorder [ADHD] scale), with scoring and documentation, per standardized instrument

effective: 2023-08-12 14:30:00+0000

performer: Lucy van Pelt

value: 15


Source1

{
  "resourceType": "Observation",
  "id": "CarlFredericksonPHQ9",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "BH"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/demo/observation-identifier",
      "value": "PHQ9-56781"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "720433000",
        "display": "Patient Health Questionnaire Nine Item score (observable entity)"
      }
    ],
    "text": "Mapple Screening - PHQ-9 depression assessment"
  },
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "focus": [
    {
      "reference": "Observation/CarlFredericksonPHQ9A"
    }
  ],
  "effectiveDateTime": "2023-08-12T14:30:00Z",
  "performer": [
    {
      "display": "Lucy van Pelt"
    }
  ],
  "valueInteger": 15
}