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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeEncounter
IdEncounter-gp-consult-finger-pain.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 gp-consult-finger-pain

status: Finished

class: ActCode: AMB (ambulatory)

serviceType: General practice service

subject: Elijah KEN SCOTT (official) Male, DoB: 1986-11-28 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647204)

Participants

-TypeIndividual
*primary performerPractitionerRole General practitioner

period: 2024-05-12 10:15:00+1000 --> 2024-05-12 10:30:00+1000

reasonCode: Finger pain

serviceProvider: Organization Elimbah Medical Centre


Source1

{
  "resourceType": "Encounter",
  "id": "gp-consult-finger-pain",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-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": "788007007",
        "display": "General practice service"
      }
    ]
  },
  "subject": {
    "reference": "Patient/scott-elijah-ken"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/generalpractitioner-guthridge-jarred"
      }
    }
  ],
  "period": {
    "start": "2024-05-12T10:15:00+10:00",
    "end": "2024-05-12T10:30:00+10:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "18876004",
          "display": "Finger pain"
        }
      ]
    }
  ],
  "serviceProvider": {
    "reference": "Organization/elimbah-medical-centre"
  }
}