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

FHIR IG analytics

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

status: Finished

class: ActCode: AMB (ambulatory)

serviceType: COVID-19 vaccination service

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

Participants

-TypeIndividual
*primary performerPractitionerRole General practitioner

period: 2021-06-17 09:20:00+1000 --> 2021-06-17 09:35:00+1000

serviceProvider: Organization Bobrester Medical Center


Source1

{
  "resourceType": "Encounter",
  "id": "covid-admin-1",
  "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": "AMB",
    "display": "ambulatory"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1575161000168105",
        "display": "COVID-19 vaccination service"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bennelong-anne",
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://mossypointmc.example.com/mrn/",
      "value": "872038020",
      "assigner": {
        "display": "Albion Hospital"
      }
    }
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/bobrester-bob-gp",
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "EI",
                "display": "Employee number"
              }
            ],
            "text": "Employee Number"
          },
          "system": "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/12345678901",
          "value": "12345678",
          "assigner": {
            "display": "Bobrester Medical Center"
          }
        }
      }
    }
  ],
  "period": {
    "start": "2021-06-17T09:20:00+10:00",
    "end": "2021-06-17T09:35:00+10:00"
  },
  "serviceProvider": {
    "reference": "Organization/bobrester-medical-center"
  }
}