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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeMedicationRequest
IdMedicationRequest-Prescription.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: MedicationRequest Prescription

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

identifier: example

status: Active

intent: Order

Medications

-Concept
*prescription

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

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


Source1

{
  "resourceType": "MedicationRequest",
  "id": "Prescription",
  "meta": {
    "profile": [
      "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-prescription"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-prescription-validation-date",
      "valueDateTime": "2024-06-01T08:00:00Z"
    }
  ],
  "identifier": [
    {
      "value": "example"
    }
  ],
  "status": "active",
  "intent": "order",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
          "code": "prescription",
          "display": "prescription"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/ExampleOncoFAIRPatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleOncoFAIREncounter"
  }
}