This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "us-ph-encounter-eve-everywoman-outpatient",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2022-07-21T20:27:26.107+00:00",
"source" : "#zSQSJ1jlVDTb627T",
"profile" : [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Encounter \"us-ph-encounter-eve-everywoman-outpatient\" Version \"2\" Updated \"2022-07-21 08:27:26+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #zSQSJ1jlVDTb627T!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-encounter.html\">US Public Health Encounter</a></p></div><p><b>identifier</b>: id: 9937012</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#99201)</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Patient/us-ph-patient-eve-everywoman: Eve Everywoman</a> \" EVERYWOMAN\"</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></td><td><a href=\"PractitionerRole-us-ph-practitionerrole-henry-seven.html\">PractitionerRole/us-ph-practitionerrole-henry-seven: Henry Seven, MD</a></td></tr></table><p><b>period</b>: 2018-04-01 10:00:00-0500 --> 2018-04-02 10:15:00-0500</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href=\"Condition-us-ph-condition-eve-everywoman-diabetes.html\">Condition/us-ph-condition-eve-everywoman-diabetes</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-us-ph-location-salem-medical-center.html\">Location/us-ph-location-salem-medical-center: Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a> \"Clinic Bldg A, Salem Medical Center\"</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Organization/us-ph-organization-salem-medical-center: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a> \"Salem Medical Center\"</p></div>"
},
"identifier" : [
{
"system" : "http://hospital.smarthealthit.org",
"value" : "9937012"
}
],
"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" : "99201"
}
],
"text" : "Office Visit"
}
],
"subject" : {
"reference" : "Patient/us-ph-patient-eve-everywoman",
"display" : "Eve Everywoman"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ATND",
"display" : "attender"
}
]
}
],
"individual" : {
"reference" : "PractitionerRole/us-ph-practitionerrole-henry-seven",
"display" : "Henry Seven, MD"
}
}
],
"period" : {
"start" : "2018-04-01T10:00:00-05:00",
"end" : "2018-04-02T10:15:00-05:00"
},
"diagnosis" : [
{
"condition" : {
"reference" : "Condition/us-ph-condition-eve-everywoman-diabetes"
}
}
],
"location" : [
{
"location" : {
"reference" : "Location/us-ph-location-salem-medical-center",
"display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
}
}
],
"serviceProvider" : {
"reference" : "Organization/us-ph-organization-salem-medical-center",
"display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
}
}