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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeMedicationRequest
IdMedicationRequest-negation-example.json
FHIR VersionR4B

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 negation-example

status: Completed

intent: Order

category: Community

doNotPerform: true

medication: Deoxycortone

subject: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

authoredOn: 2015-03-25 19:32:52-0500

requester: Practitioner Adam Careful

reasonCode: Drug treatment not indicated (situation)


Source1

{
  "resourceType": "MedicationRequest",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationprohibited"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "community"
        }
      ]
    }
  ],
  "doNotPerform": true,
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1336006"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "authoredOn": "2015-03-25T19:32:52-05:00",
  "requester": {
    "reference": "Practitioner/example"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183966005",
          "display": "Drug treatment not indicated (situation)"
        }
      ]
    }
  ]
}