FHIR IG analytics| Package | hl7.fhir.us.registry-protocols |
| Resource Type | Encounter |
| Id | Encounter-CREDSEncounter.json |
| FHIR Version | R4 |
No resources found
No resources found
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"
| Individual |
| Practitioner/USCorePractitionerexample " BONE" |
period: 2020-10-01 17:00:14-0500 --> 2020-10-01 18:00:14-0500
| Location |
| Location/Enc-location "North Wing of Veterinarian's Hospital" |
{
"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"
}
}
]
}