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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeProcedure
IdProcedure-bh-prevention-education-program-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: Procedure bh-prevention-education-program-example-1

basedOn: ServiceRequest Referral to peer support (procedure)

status: Completed

code: Behavioral Health Prevention Education

subject: James Wolff

performed: 2024-03-23


Source1

{
  "resourceType": "Procedure",
  "id": "bh-prevention-education-program-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/ServiceRequest-peer-mentoring-example-1"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
        "code": "H0025",
        "display": "Behavioral health prevention education service (delivery of services with target population to affect knowledge, attitude and/or behavior)"
      }
    ],
    "text": "Behavioral Health Prevention Education"
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "performedDateTime": "2024-03-23"
}