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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeBundle
Idfetch-multidosedispensingbasis-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": "Bundle",
  "id": "d27adb32-0a72-43c2-8ab9-ac891d9ae838",
  "meta": {
    "lastUpdated": "2022-10-03T09:32:56.143+00:00",
    "tag": [
      {
        "display": "Fetch MultiDoseDispensingBasis"
      },
      {
        "display": "An example of a multi dose dispensing basis were the pharmacy has been added"
      },
      {
        "display": "fetch-multidosedispensingbasis-example-2"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://test.ehalsomyndigheten.se/fhir/Basic?code=multidosedispbasis&patient._id=b00a0407-b781-43e8-983b-74fdfb8eb97d"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://test.ehalsomyndigheten.se/fhir/Basic/88943897-1d83-4041-b1d4-d91e38ff7228",
      "resource": {
        "resourceType": "Basic",
        "id": "88943897-1d83-4041-b1d4-d91e38ff7228",
        "meta": {
          "versionId": "2",
          "profile": [
            "http://electronichealth.se/fhir/StructureDefinition/NLLMultiDoseDispensingBasis"
          ]
        },
        "contained": [
          {
            "resourceType": "Location",
            "id": "1",
            "meta": {
              "profile": [
                "http://electronichealth.se/fhir/StructureDefinition/NLLPharmacyLocation"
              ]
            },
            "identifier": [
              {
                "system": "http://electronichealth.se/identifier/gln",
                "value": "7350045511997"
              }
            ],
            "name": "Doris öppenvård"
          }
        ],
        "extension": [
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLStatus",
            "valueCode": "EJ_GODKANT"
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPharmacyReference",
            "valueReference": {
              "reference": "#1"
            }
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLUrgentProduction",
            "valueBoolean": false
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLLastUpdated",
            "valueDateTime": "2022-10-03T09:32:53+00:00"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/basic-resource-types",
              "code": "multidosedispbasis",
              "display": "Dosunderlag"
            }
          ]
        },
        "subject": {
          "reference": "Patient/b00a0407-b781-43e8-983b-74fdfb8eb97d"
        }
      }
    }
  ]
}