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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas.r4
Resource TypeEncounter
IdEncounter-SurgicalEncounterExample.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 SurgicalEncounterExample

Profile: PAS Encounter

PatientStatus: Still a patient

status: Planned

class: ActCode AMB: ambulatory

type: 2

subject: JOE SMITH Male, DoB Unknown ( Member Number)

period: 2020-07-02 --> 2020-07-09

Hospitalizations

-AdmitSource
*5

Source1

{
  "resourceType": "Encounter",
  "id": "SurgicalEncounterExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-patientStatus",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.nubc.org/CodeSystem/PatDischargeStatus",
            "code": "30",
            "display": "Still a patient"
          }
        ]
      }
    }
  ],
  "status": "planned",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://www.nubc.org/CodeSystem/PriorityTypeOfAdmitOrVisit",
          "code": "2"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/SubscriberExample"
  },
  "period": {
    "start": "2020-07-02",
    "end": "2020-07-09"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "https://www.nubc.org/CodeSystem/PointOfOrigin",
          "code": "5"
        }
      ]
    }
  }
}