FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Encounter |
| Id | Encounter-au-core-encounter-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter au-core-encounter-conformant
Profile: AU Core Encounter
status: Finished
class: ActCode: AMB (ambulatory)
serviceType: General Practice
subject: Sample Frog
| Type | Individual |
| primary performer | Perry 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)
| Location |
| Frog Medical Centre |
serviceProvider: Frog Health Service
{
"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"
}
}