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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeParameters
Idcreate-end-operation-example-1.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": "Parameters",
  "meta": {
    "tag": [
      {
        "display": "Cancel MedicationRequest using NLLEnd"
      },
      {
        "display": "Example of cancelling (sv Makulera) MedicationRequest using its logical id"
      },
      {
        "display": "create-end-operation-example-1"
      }
    ]
  },
  "parameter": [
    {
      "name": "entry",
      "part": [
        {
          "name": "resource",
          "valueReference": {
            "reference": "MedicationRequest/01e2877c-15cc-490a-88dc-3220555a383f"
          }
        },
        {
          "name": "reason",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "FEL_PATIENT"
              }
            ]
          }
        },
        {
          "name": "activity",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "MAKULERA_FORSKRIVNING"
              }
            ]
          }
        }
      ]
    }
  ]
}