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

FHIR IG analytics

Packageihe.pharm.mpd
Resource TypeMedicationRequest
IdMedicationRequest-PrescriptionLine2.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 PrescriptionLine2

identifier: http://example.org/NamingSystem/prescriptionlines/line2

groupIdentifier: http://example.org/prescriptions/prescr1

status: Active

intent: Option

Medications

-Concept
*XM2L06

subject: Identifier: patient1


Source1

{
  "resourceType": "MedicationRequest",
  "id": "PrescriptionLine2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/NamingSystem/prescriptionlines",
      "value": "line2"
    }
  ],
  "groupIdentifier": {
    "system": "http://example.org/prescriptions",
    "value": "prescr1"
  },
  "status": "active",
  "intent": "option",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://id.who.int/icd/release/11/mms",
          "code": "XM2L06"
        }
      ]
    }
  },
  "subject": {
    "identifier": {
      "value": "patient1"
    }
  }
}