Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Encounter",
"id" : "resp-net-encounter-example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-09-13T03:02:05.806+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter resp-net-encounter-example</b></p><a name=\"resp-net-encounter-example\"> </a><a name=\"hcresp-net-encounter-example\"> </a><a name=\"resp-net-encounter-example-en-US\"> </a><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\">version: 1; Last updated: 2023-09-13 03:02:05+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/ecr/STU2.1/StructureDefinition-eicr-encounter.html\">eICR Encounter</a></p></div><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 183807002}\">Inpatient stay for nine days</span></p><p><b>subject</b>: <a href=\"Patient-patient-respnet-eve-everywoman.html\">Eve Everywoman</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"PractitionerRole-practitionerrole-henry-seven.html\">Henry Seven</a></td></tr></table><p><b>period</b>: 2023-10-01 10:00:00-0500 --> 2023-10-09 10:15:00-0500</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Condition-influenza-example.html\">Condition Influenza caused by Influenza A virus (disorder)</a></td></tr></table><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-location-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-salem-medical-center.html\">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a></p></div>"
},
"identifier" : [
{
"system" : "http://hospital.smarthealthit.org",
"value" : "9937012"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "183807002"
}
],
"text" : "Inpatient stay for nine days"
}
],
"subject" : {
🔗 "reference" : "Patient/patient-respnet-eve-everywoman",
"display" : "Eve Everywoman"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ATND",
"display" : "attender"
}
]
}
],
"individual" : {
🔗 "reference" : "PractitionerRole/practitionerrole-henry-seven",
"display" : "Henry Seven"
}
}
],
"period" : {
"start" : "2023-10-01T10:00:00-05:00",
"end" : "2023-10-09T10:15:00-05:00"
},
"diagnosis" : [
{
"extension" : [
{
"extension" : [
{
"url" : "triggerCodeValueSet",
"valueOid" : "urn:oid:2.16.840.1.114222.4.11.7508"
},
{
"url" : "triggerCodeValueSetVersion",
"valueString" : "12/12/2018"
},
{
"url" : "triggerCode",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"code" : "6142004",
"display" : "Influenza (disorder)"
}
}
],
"url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"
}
],
"condition" : {
🔗 "reference" : "Condition/influenza-example"
}
}
],
"location" : [
{
"location" : {
🔗 "reference" : "Location/location-salem-medical-center",
"display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/organization-salem-medical-center",
"display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
}
}