FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Encounter |
| Id | Encounter-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter example0
Profile: AU Base Encounter
status: In Progress
class: ActCode: ACUTE (inpatient acute)
| Extension |
{
"resourceType": "Encounter",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "ACUTE",
"display": "inpatient acute"
},
"participant": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.participant.actor",
"valueReference": {
"reference": "HealthcareService/example1"
}
}
]
}
]
}