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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeEncounter
IdEncounter-telehealth.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 telehealth

status: Finished

class: ActCode: VR (virtual)

type: Telehealth encounter

serviceType: General practice service

subject: Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)

Participants

-TypeIndividual
*primary performerPractitionerRole General practitioner

period: 2023-02-10 11:20:00+1000 --> 2023-02-10 11:35:00+1000

Locations

-Location
*Location Patient's home

serviceProvider: Organization Bobrester Medical Center


Source1

{
  "resourceType": "Encounter",
  "id": "telehealth",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "VR",
    "display": "virtual"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1479961000168103",
          "display": "Telehealth encounter"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "788007007",
        "display": "General practice service"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bennelong-anne"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/bobrester-bob-gp"
      }
    }
  ],
  "period": {
    "start": "2023-02-10T11:20:00+10:00",
    "end": "2023-02-10T11:35:00+10:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/patient-home"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/bobrester-medical-center"
  }
}