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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeEncounter
IdEncounter-example-1.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 example-1

Last updated: 2024-01-28 16:06:21-0800

Profile: US Core Encounter Profileversion: null9.0.0)

US Core Interpreter Needed Extension: SNOMED CT: 373066001 (Yes (qualifier value))

status: finished

class: ActCode: AMB (ambulatory)

type: Office Visit

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

period: 2015-11-01 17:00:14-0500 --> 2015-11-01 18:00:14-0500

Locations

-Location
*Holy Family Hospital

Source1

{
  "resourceType": "Encounter",
  "id": "example-1",
  "meta": {
    "lastUpdated": "2024-01-28T16:06:21-08:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|9.0.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "373066001"
      }
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "99211"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "period": {
    "start": "2015-11-01T17:00:14-05:00",
    "end": "2015-11-01T18:00:14-05:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/hospital",
        "display": "Holy Family Hospital"
      }
    }
  ]
}