FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | Encounter |
| Id | Encounter-ExampleOncoFAIREncounter.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter ExampleOncoFAIREncounter
Profile: OncoFAIR Encounter
identifier: EN-987654
status: In Progress
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
{
"resourceType": "Encounter",
"id": "ExampleOncoFAIREncounter",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "EN-987654"
}
],
"status": "in-progress",
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
}
}