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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeMedicationAdministration
IdMedicationAdministration-ExampleOncoFAIRMedicationAdministrationReport.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: MedicationAdministration ExampleOncoFAIRMedicationAdministrationReport

identifier: REP-123456

status: In Progress

Medications

-ConceptReference
*reportMedication Ibuprofen

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

encounter: Encounter: identifier = EN-987654; status = in-progress

occurence: 2024-06-01 08:00:00+0000

performer

Actors

-Reference
*Practitioner: identifier = 12345

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "ExampleOncoFAIRMedicationAdministrationReport",
  "meta": {
    "profile": [
      "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "REP-123456"
    }
  ],
  "status": "in-progress",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
          "code": "report",
          "display": "report"
        }
      ]
    },
    "reference": {
      "reference": "Medication/ExampleOncoFAIRMedication"
    }
  },
  "subject": {
    "reference": "Patient/ExampleOncoFAIRPatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleOncoFAIREncounter"
  },
  "occurenceDateTime": "2024-06-01T08:00:00Z",
  "performer": [
    {
      "actor": {
        "reference": {
          "reference": "Practitioner/ExampleOncoFAIRPractitioner"
        }
      }
    }
  ]
}