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

FHIR IG analytics

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

Last updated: 2019-07-14 19:26:23+0000

Profile: US Core Encounter Profile

status: Finished

class: ActCode AMB: Ambulatory

type: Consultation

subject: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)


Source1

{
  "resourceType": "Encounter",
  "id": "6",
  "meta": {
    "lastUpdated": "2019-07-14T19:26:23.217+00:00",
    "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",
    "display": "Ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "11429006",
          "display": "Consultation"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/1"
  }
}