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

FHIR IG analytics

Packagehl7.fhir.us.registry-protocols
Resource TypeEncounter
IdEncounter-CREDSEncounter.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

Resource Encounter "CREDSEncounter"

Profile: US Core Encounter Profile

status: finished

class: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')

type: Office or other outpatient visit for the evaluation and management of an established patient that may not require the presence of a physician or other qualified health care professional (Current Procedural Terminology (CPT®)#99211)

subject: Patient/261989c3-688c-4941-b767-d8d4c871217c " SHAW"

Participants

-Individual
*Practitioner/USCorePractitionerexample " BONE"

period: 2020-10-01 17:00:14-0500 --> 2020-10-01 18:00:14-0500

Locations

-Location
*Location/Enc-location "North Wing of Veterinarian's Hospital"

Source1

{
  "resourceType": "Encounter",
  "id": "CREDSEncounter",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "99211"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/261989c3-688c-4941-b767-d8d4c871217c"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/USCorePractitionerexample"
      }
    }
  ],
  "period": {
    "start": "2020-10-01T17:00:14-05:00",
    "end": "2020-10-01T18:00:14-05:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/Enc-location"
      }
    }
  ]
}