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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeEncounter
IdEncounter-ExampleOncoFAIREncounter.json
FHIR VersionR5

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 ExampleOncoFAIREncounter

identifier: EN-987654

status: In Progress

subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)


Source1

{
  "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"
  }
}