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

FHIR IG analytics

Packageactnow.canshare.co.nz
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-1.json
FHIR VersionR4

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

Allopurinol

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-1",
  "meta": {
    "profile": [
      "http://canshare.co.nz/fhir/StructureDefinition/an-medication-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://canshare.co.nz/fhir/NamingSystem/1",
      "value": "ma-1"
    }
  ],
  "status": "completed",
  "intent": "plan",
  "medicationCodeableConcept": {
    "text": "Allopurinol"
  },
  "subject": {
    "reference": "Patient/exPatient"
  },
  "supportingInformation": [
    {
      "reference": "CarePlan/careplan-cycle-1"
    }
  ],
  "authoredOn": "2014-04-09"
}