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

FHIR IG analytics

Packagehl7.fhir.us.cdc-opioid-cpg
Resource TypeEncounter
IdEncounter-opioid-review-useful-patient.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: Encounter opioid-review-useful-patient

status: Finished

class: ActCode IMP: inpatient encounter

type: Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.

subject: Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))

Diagnoses

-Condition
*Condition Sickle cell-hemoglobin D disease

Source1

{
  "resourceType": "Encounter",
  "id": "opioid-review-useful-patient",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Opioid Review Useful Patient Encounter Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an opioid review useful patient encounter example for the *Opioid Review Useful Patient Encounter Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OpioidReviewUsefulPatientEncounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "99223",
          "display": "Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded."
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/opioid-review-useful"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/sickle-cell-encounter-diagnosis"
      }
    }
  ]
}