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

FHIR IG analytics

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

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_A

status: Final

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

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

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

performer: Lucy van Pelt

value: Brief emotional/behavioral assessment - CPT 96127 (not billed)


Source1

{
  "resourceType": "Observation",
  "id": "CarlFredericksonPHQ9A",
  "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_A"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "code": "96127",
        "display": "Brief emotional/behavioral assessment (eg, depression inventory, attention-deficit/hyperactivity disorder [ADHD] scale), with scoring and documentation, per standardized instrument"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "effectiveDateTime": "2023-08-12T14:30:00Z",
  "performer": [
    {
      "display": "Lucy van Pelt"
    }
  ],
  "valueString": "Brief emotional/behavioral assessment - CPT 96127 (not billed)"
}