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

FHIR IG analytics

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

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

identifier: http://example.com/demo/observation-identifier/OUDTR-56782

status: Final

code: Mapple CBT Tool - OUD self-help thought record

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

effective: 2023-08-05 14:45:00+0000

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


Source1

{
  "resourceType": "Observation",
  "id": "CarlFredericksonOUDThoughtRecord",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "BH"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "PSYTHPN"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/demo/observation-identifier",
      "value": "OUDTR-56782"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "444175001",
        "display": "Guided self-help cognitive behavioral therapy (regime/therapy)"
      }
    ],
    "text": "Mapple CBT Tool - OUD self-help thought record"
  },
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "effectiveDateTime": "2023-08-05T14:45:00Z",
  "performer": [
    {
      "reference": "Patient/CarlFrederickson"
    }
  ]
}