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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeBundle
Idfetch-medication-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": "Bundle",
  "id": "8435e000-5f5b-4eab-a9b2-367394f9f4e2",
  "meta": {
    "lastUpdated": "2022-10-10T11:35:20.72+00:00",
    "tag": [
      {
        "display": "Fetch Medication of type medical consumable"
      },
      {
        "display": "Fetch Medication of type medical consumable"
      },
      {
        "display": "fetch-medication-example-3"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://test.ehalsomyndigheten.se/fhir/Medication?varunr=738420"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://test.ehalsomyndigheten.se/fhir/Medication/0000000b-4474-4c4e-b521-5ccfe46a5438",
      "resource": {
        "resourceType": "Medication",
        "id": "0000000b-4474-4c4e-b521-5ccfe46a5438",
        "meta": {
          "profile": [
            "http://electronichealth.se/fhir/StructureDefinition/NLLMedication"
          ]
        },
        "text": {
          "status": "extensions",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Accu-Chek Instant, testremsor</div>"
        },
        "extension": [
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLArticleInfo",
            "extension": [
              {
                "url": "medicinalProduct",
                "valueBoolean": false
              },
              {
                "url": "productType",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "http://npl.mpa.se/CodeSystem/productclass",
                      "code": "FOR"
                    }
                  ],
                  "text": "Förbrukningsartiklar som omfattas av förmånen"
                }
              },
              {
                "url": "productName",
                "extension": [
                  {
                    "url": "currentProductName",
                    "valueString": "Accu-Chek Instant"
                  },
                  {
                    "url": "history",
                    "extension": [
                      {
                        "url": "productName",
                        "valueString": "Accu-Check Instant"
                      },
                      {
                        "url": "periodOfUse",
                        "valuePeriod": {
                          "start": "2018-03-13T23:00:00+00:00",
                          "end": "2019-09-04T22:00:00+00:00"
                        }
                      }
                    ]
                  },
                  {
                    "url": "history",
                    "extension": [
                      {
                        "url": "productName",
                        "valueString": "Accu-Chek Instant"
                      },
                      {
                        "url": "periodOfUse",
                        "valuePeriod": {
                          "start": "2019-09-05T22:00:00+00:00"
                        }
                      }
                    ]
                  }
                ]
              },
              {
                "url": "package",
                "extension": [
                  {
                    "url": "packageDescription",
                    "valueString": "50 styck"
                  }
                ]
              }
            ]
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLArticleAvailability",
            "extension": [
              {
                "url": "onTheMarket",
                "valueBoolean": true
              },
              {
                "url": "salesStopped",
                "valueBoolean": false
              }
            ]
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLArticleRegulations",
            "extension": [
              {
                "url": "prescriptiveAuthorityCode",
                "valueCode": "1"
              },
              {
                "url": "prescriptiveAuthorityCode",
                "valueCode": "101"
              },
              {
                "url": "substitutionDetails",
                "extension": [
                  {
                    "url": "interchangeable",
                    "valueBoolean": false
                  }
                ]
              }
            ]
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLReimbursement",
            "extension": [
              {
                "url": "eligibleForReimbursement",
                "valueBoolean": true
              },
              {
                "url": "productOfThePeriod",
                "extension": [
                  {
                    "url": "currentPeriod",
                    "valueBoolean": false
                  },
                  {
                    "url": "previousPeriod",
                    "valueBoolean": false
                  },
                  {
                    "url": "unavailable",
                    "valueBoolean": false
                  }
                ]
              }
            ]
          }
        ],
        "identifier": [
          {
            "use": "official",
            "system": "http://electronichealth.se/fhir/NamingSystem/varunr",
            "value": "738420"
          }
        ],
        "status": "active",
        "manufacturer": {
          "display": "Roche Diagnostics"
        },
        "amount": [
          {
            "extension": [
              {
                "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAmountDescription",
                "valueString": "50 styck"
              }
            ],
            "numerator": {
              "value": 50,
              "unit": "styck"
            },
            "denominator": {
              "value": 1
            }
          }
        ]
      }
    }
  ]
}