FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Encounter |
| Id | Encounter-encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-example
Profile: Deep 6 AI Encounter Profile
identifier: Encounter ID/1234567
status: Finished
class: ActCode AMB: ambulatory
type: New patient office visit, 30-44 minutes
| Type | Period | Individual |
| primary performer | 2023-02-13 05:59:00-0500 --> (ongoing) | Smith, Jane |
period: 2023-02-13 05:59:00-0500 --> (ongoing)
| Location | PhysicalType |
| Location Acme Hospital | Implementation Curated Site |
{
"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"
}
]
}
}
]
}