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

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeMedicationRequest
IdMedicationRequest-MED-0001.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

Generated Narrative: MedicationRequest MED-0001

status: Active

intent: Order

medication: Amoxicillin 500mg

subject: John Doe Male, DoB: 1980-01-01


Source1

{
  "resourceType": "MedicationRequest",
  "id": "MED-0001",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "text": "Amoxicillin 500mg"
  },
  "subject": {
    "reference": "Patient/PT-0001"
  }
}