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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeEncounter
IdEncounter-au-core-encounter-conformant.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 au-core-encounter-conformant

status: Finished

class: ActCode: AMB (ambulatory)

serviceType: General Practice

subject: Sample Frog

Participants

-TypeIndividual
*primary performerPerry Frog

period: 2024-03-01 09:00:00+1000 --> 2024-03-01 09:30:00+1000

reasonCode: Encounter for check up

reasonReference: Synthetic reason for encounter (Frog test data)

Locations

-Location
*Frog Medical Centre

serviceProvider: Frog Health Service


Source1

{
  "resourceType": "Encounter",
  "id": "au-core-encounter-conformant",
  "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://terminology.hl7.org/CodeSystem/service-type",
        "code": "124",
        "display": "General Practice"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-fixture",
    "display": "Sample Frog"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/frog-participant",
        "display": "Perry Frog"
      }
    }
  ],
  "period": {
    "start": "2024-03-01T09:00:00+10:00",
    "end": "2024-03-01T09:30:00+10:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185349003",
          "display": "Encounter for check up"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/frog-reason-condition",
      "display": "Synthetic reason for encounter (Frog test data)"
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/frog-location",
        "display": "Frog Medical Centre"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/frog-service-provider",
    "display": "Frog Health Service"
  }
}