FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.resp-net
Resource TypeEncounter
IdEncounter-resp-net-encounter-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter resp-net-encounter-example

version: 1; Last updated: 2023-09-13 03:02:05+0000

Profile: US Public Health Encounter

identifier: http://example.org/9937012

status: Finished

class: ActCode IMP: inpatient encounter

type: Inpatient stay for nine days

subject: Eve Everywoman

Participants

-TypeIndividual
*attenderHenry Seven

period: 2023-10-01 10:00:00-0500 --> 2023-10-09 10:15:00-0500

Diagnoses

-Condition
*Condition Influenza caused by Influenza A virus (disorder)

Locations

-Location
*Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368

serviceProvider: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999


Source1

{
  "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/us-ph-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.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": [
    {
      "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"
  }
}