Longitudinal Maternal & Infant Health Information for Research, published by HL7 Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-mmm-ig/ and changes regularly. See the Directory of published versions
: Encounter - Jane Smith example - JSON Representation
Raw json | Download
{
"resourceType" : "Encounter",
"id" : "encounter-delivery-jane-smith-example",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2022-03-15T17:01:29.270+00:00",
"source" : "#FPZcqaEWOKVCssxi",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"encounter-delivery-jane-smith-example\"> </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 "encounter-delivery-jane-smith-example" Version "2" Updated "2022-03-15 17:01:29+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #FPZcqaEWOKVCssxi!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</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>: Encounter for problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#185347001)</span></p><p><b>subject</b>: <a href=\"Patient-patient-jane-smith-example.html\">Patient/patient-jane-smith-example</a> " SMITH"</p><p><b>period</b>: 2021-09-26 12:00:14-0500 --> 2021-09-27 18:00:14-0500</p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "Inpatient Encounter"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "185347001"
}
],
"text" : "Encounter for problem"
}
],
"subject" : {
"reference" : "Patient/patient-jane-smith-example"
},
"period" : {
"start" : "2021-09-26T12:00:14-05:00",
"end" : "2021-09-27T18:00:14-05:00"
}
}