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

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm
Resource TypeEncounter
IdEncounter-nhsn-iip-en101.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 nhsn-iip-en101

Language: en

Profile: US Core Encounter Profile

status: Finished

class: ActCode: IMP (inpatient encounter)

type: Inpatient consultation for a new or established patient

subject: Anonymous Patient Female, DoB: 1987-02-19 ( urn:oid:2.16.840.1.113883.6.1000#nhsn-iip-ip101)

period: 2022-01-01 08:00:00+0000 --> 2022-01-31 08:00:00+0000

Diagnoses

-ConditionUse
*Condition: clinicalStatus = Active; verificationStatus = Confirmed; category = Encounter Diagnosis; onset[x] = 2022-01-08 11:00:00+0000Chief complaint

Hospitalizations

-DischargeDisposition
*home

Locations

-Location
*Location: type = Medical oncology clinic

Source1

{
  "resourceType": "Encounter",
  "id": "nhsn-iip-en101",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "language": "en",
  "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": "99252"
        }
      ],
      "text": "Inpatient consultation for a new or established patient"
    }
  ],
  "subject": {
    "reference": "Patient/nhsn-iip-ip101"
  },
  "period": {
    "start": "2022-01-01T08:00:00.0Z",
    "end": "2022-01-31T08:00:00.0Z"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/nhsn-iip-con101"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "CC"
          }
        ]
      }
    }
  ],
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "home"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/nhsn-iip-loc101"
      }
    }
  ]
}