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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeMedicationDispense
Idcreate-medicationdispense-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": "MedicationDispense",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationDispense"
    ],
    "tag": [
      {
        "display": "Create MedicationDispense with detectedIssue"
      },
      {
        "display": "An instance of MedicationDispense"
      },
      {
        "display": "create-medicationdispense-example-1"
      }
    ]
  },
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLActorDispatchId",
      "valueString": "10431431797"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfPackagesDispensed",
      "valuePositiveInt": 2
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLBenefitChoiceCode",
      "valueCode": "R"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLDispatchRowNo",
      "valueDecimal": 1
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplid",
        "code": "20080219000019"
      },
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
        "code": "20080507100681"
      }
    ]
  },
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/f2d67053-90c3-48f1-8f81-c7965013d6d8/_history/2"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "SP"
        }
      ]
    }
  ],
  "whenHandedOver": "2022-04-26T13:25:36+00:00",
  "note": [
    {
      "text": "Expedierat 10 mg pga. rest."
    }
  ],
  "substitution": {
    "wasSubstituted": true
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "when": "EVE"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "code": "{tbl}",
            "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-ucum-annotations"
          }
        }
      ],
      "asNeededBoolean": false,
      "patientInstruction": "2 tabletter på kvällen."
    }
  ],
  "contained": [
    {
      "resourceType": "DetectedIssue",
      "id": "1",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/StructureDefinition/NLLDetectedIssue"
        ]
      },
      "status": "preliminary",
      "code": {
        "coding": [
          {
            "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/aff-codes",
            "version": "1.0.0",
            "code": "H.008",
            "display": "Expeditionsdatum är innan datum för nästa uttag inom förmån."
          }
        ]
      },
      "severity": "low"
    }
  ],
  "detectedIssue": [
    {
      "reference": "#1"
    }
  ]
}