1{ 2 "resourceType" : "Encounter", 3 "id" : "delivery", 4 "meta" : { 5 "lastUpdated" : "2024-01-28T16:06:21-08:00", 6 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|7.0.0"] 7 }, 8 "text" : { 9 "status" : "generated", 10 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"delivery\"> </a><a name=\"hcdelivery\"> </a></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 "delivery" Updated "2024-01-28 16:06:21-0800" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-encounter.html\">US Core Encounter Profile (version 7.0.0)</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Normal delivery procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#177184002)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy V. Shaw</a> " SHAW"</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-hospital.html\">Location/hospital: Holy Family Hospital</a> "Holy Family Hospital"</td></tr></table></div>" 11 }, 12 "status" : "finished", 13 "class" : { 14 "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", 15 "code" : "IMP", 16 "display" : "inpatient encounter" 17 }, 18 "type" : [{ 19 "coding" : [{ 20 "system" : "http://snomed.info/sct", 21 "version" : "http://snomed.info/sct/731000124108", 22 "code" : "177184002", 23 "display" : "Normal delivery procedure (procedure)" 24 }], 25 "text" : "Normal delivery procedure (procedure)" 26 }], 27 "subject" : { 28 "reference" : "Patient/example", 29 "display" : "Amy V. Shaw" 30 }, 31 "location" : [{ 32 "location" : { 33 "reference" : "Location/hospital", 34 "display" : "Holy Family Hospital" 35 } 36 }] 37}