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-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": "MedicationDispense",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLDispensePaperPrescription"
    ],
    "tag": [
      {
        "display": "Create dispense paper prescription"
      },
      {
        "display": "An instance of MedicationDispense"
      },
      {
        "display": "create-medicationdispense-example-3"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "thePractitioner",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
        ]
      },
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary",
          "extension": [
            {
              "url": "workplaceName",
              "valueString": "Norska Lasarettet"
            }
          ]
        }
      ],
      "name": [
        {
          "family": "Läkare",
          "given": [
            "Lars"
          ]
        }
      ],
      "telecom": [
        {
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
              "valueBoolean": true
            },
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
              "valueCode": "W"
            }
          ],
          "value": "+4773-8746352",
          "rank": 1
        }
      ],
      "address": [
        {
          "country": "NO"
        }
      ],
      "qualification": [
        {
          "code": {
            "coding": [
              {
                "system": "urn:oid:1.2.752.116.3.1.3",
                "code": "LK"
              }
            ]
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLActorDispatchId",
      "valueString": "10431453645"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLDispatchRowNo",
      "valueDecimal": 1
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfPackagesDispensed",
      "valuePositiveInt": 1
    },
    {
      "extension": [
        {
          "url": "nllPrescriber",
          "valueReference": {
            "reference": "#thePractitioner"
          }
        },
        {
          "url": "nllPrescriptionDate",
          "valueDateTime": "2022-10-01T09:31:58+00:00"
        },
        {
          "url": "nllRegistrationBasis",
          "valueCode": "PAPER"
        }
      ],
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionDetails"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplid",
        "code": "20130712000051"
      },
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
        "code": "20131205100081"
      }
    ]
  },
  "subject": {
    "reference": "Patient/d012387f-52ba-4ed6-bb56-d5053512df9c"
  },
  "type": {
    "coding": [
      {
        "code": "SP"
      }
    ]
  },
  "whenHandedOver": "2022-10-03T09:31:58+00:00",
  "dosageInstruction": [
    {
      "patientInstruction": "Mot högt blodtryck. 1 tablett dagligen. Sväljes. Tas med mat."
    }
  ]
}