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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeEncounter
IdEncounter-encounter-example.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 encounter-example

identifier: Encounter ID/1234567

status: Finished

class: ActCode AMB: ambulatory

type: New patient office visit, 30-44 minutes

subject: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

Participants

-TypePeriodIndividual
*primary performer2023-02-13 05:59:00-0500 --> (ongoing)Smith, Jane

period: 2023-02-13 05:59:00-0500 --> (ongoing)

Locations

-LocationPhysicalType
*Location Acme HospitalImplementation Curated Site

Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-encounter-2.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "text": "Encounter ID"
      },
      "system": "http://fhir.emr.sample-client.org/encounter-id",
      "value": "1234567"
    }
  ],
  "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": "99203",
          "display": "New patient office visit, 30-44 minutes"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/patient-example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ],
          "text": "primary performer"
        }
      ],
      "period": {
        "start": "2023-02-13T05:59:00-05:00"
      },
      "individual": {
        "reference": "Practitioner/practitioner-example",
        "display": "Smith, Jane"
      }
    }
  ],
  "period": {
    "start": "2023-02-13T05:59:00-05:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-example"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://deep6.ai/fhir/CodeSystem/deep-6-ai-ics",
            "code": "ICS",
            "display": "Implementation Curated Site"
          }
        ]
      }
    }
  ]
}