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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedicationRequest
IdMedicationRequest-PrescriptionLine8.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "PrescriptionLine8",
  "identifier": [
    {
      "system": "http://example.org/prescriptionlines",
      "value": "line8"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://id.who.int/icd/release/11/mms",
        "code": "med1"
      }
    ]
  },
  "subject": {
    "identifier": {
      "value": "patient1"
    }
  }
}