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

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypeEncounter
IdEncounter-gpccmp-foreman-caterina.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 gpccmp-foreman-caterina

status: In Progress

class: ActCode: AMB (ambulatory)

serviceType: General practice service

subject: Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976386)

Participants

-TypeIndividual
*primary performerPractitionerRole General practitioner

period: 2026-04-02 09:20:00+1000 --> (ongoing)

reasonCode: Development of care plan

Locations

-Location
*Location Quinninup Medical Clinic

Source1

{
  "resourceType": "Encounter",
  "id": "gpccmp-foreman-caterina",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter",
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPEncounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "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/foreman-caterina",
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MC",
            "display": "Patient's Medicare Number"
          }
        ],
        "text": "Medicare Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-number",
      "value": "39513337011"
    }
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/gp-primary-peter"
      }
    }
  ],
  "period": {
    "start": "2026-04-02T09:20:00+10:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "399684003",
          "display": "Development of care plan"
        }
      ]
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/quinninup-medical-clinic"
      }
    }
  ]
}