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-3.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 legacy NEF-ids"
      },
      {
        "display": "create-end-operation-example-3"
      }
    ]
  },
  "parameter": [
    {
      "name": "entry",
      "part": [
        {
          "name": "reason",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "FEL_PATIENT"
              }
            ]
          }
        },
        {
          "name": "activity",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "MAKULERA_FORSKRIVNING"
              }
            ]
          }
        },
        {
          "name": "PrescriptionSetId",
          "valueString": "aacfce38-c5f1-4c82-ab4a-9d296420b2de"
        },
        {
          "name": "RowId",
          "valuePositiveInt": 2
        },
        {
          "name": "ProductRowId",
          "valuePositiveInt": 1
        }
      ]
    }
  ]
}