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-ballot 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
{
"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><b>Generated Narrative: Encounter</b><a name=\"resp-net-encounter-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 "resp-net-encounter-example" Version "1" 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>: id:\u00a09937012</p><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>: Inpatient stay for nine days <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#183807002)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Patient/patient-ecr-eve-everywoman: 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>attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></td><td><a href=\"PractitionerRole-practitionerrole-henry-seven.html\">PractitionerRole/practitionerrole-henry-seven: 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-example</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-ecr-salem-medical-center.html\">Location/location-ecr-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-organization-ecr-salem-medical-center.html\">Organization/organization-ecr-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" : "IMP",
"display" : "inpatient encounter"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "183807002"
}
],
"text" : "Inpatient stay for nine days"
}
],
"subject" : {
🔗 "reference" : "Patient/patient-ecr-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-ecr-salem-medical-center",
"display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/organization-ecr-salem-medical-center",
"display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
}
}
IG © 2021+ HL7 International / Public Health. Package hl7.fhir.us.resp-net#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-12-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change