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-2.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": "Stop MedicationRequest using NLLEnd"
      },
      {
        "display": "Example of stopping (sv Avsluta) MedicationRequest using and deleting its nllUsageEndDate"
      },
      {
        "display": "create-end-operation-example-2"
      }
    ]
  },
  "parameter": [
    {
      "name": "entry",
      "part": [
        {
          "name": "resource",
          "valueReference": {
            "reference": "MedicationRequest/e31370b5-c19e-455f-93c4-5846389c0339"
          }
        },
        {
          "name": "reason",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "62014003"
              }
            ]
          }
        },
        {
          "name": "activity",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "AVSLUTA_FORSKRIVNING"
              }
            ]
          }
        },
        {
          "name": "nllUsageEndDate",
          "part": [
            {
              "name": "operationType",
              "valueCode": "delete"
            }
          ]
        }
      ]
    }
  ]
}