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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeBundle
Idfetch-medicationlistinfo-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": "Bundle",
  "id": "16657ef4-67c6-45bd-810e-630f3c72b5a7",
  "meta": {
    "lastUpdated": [
      "2022-10-03T09:32:09.66+00:00"
    ],
    "tag": [
      {
        "display": "Fetch MedicationListInfo "
      },
      {
        "display": "Bundle of type searchset"
      },
      {
        "display": "fetch-medicationlistinfo-example-1"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://test.ehalsomyndigheten.se/fhir/Basic?code=medlistinfo&patient._id=b00a0407-b781-43e8-983b-74fdfb8eb97d"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://test.ehalsomyndigheten.se/fhir/Basic/e1be1081-0428-46a8-a249-2ccc2e873275",
      "resource": {
        "resourceType": "Basic",
        "id": "e1be1081-0428-46a8-a249-2ccc2e873275",
        "meta": {
          "profile": [
            "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationListInfo"
          ]
        },
        "extension": [
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/Version",
            "valueInteger": 10
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLControlledDrugs",
            "valueBoolean": true
          },
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrivacyLock",
            "valueBoolean": true
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/basic-resource-types",
              "code": "medlistinfo",
              "display": "Information om läkemedelslista"
            }
          ]
        },
        "subject": {
          "reference": "Patient/b00a0407-b781-43e8-983b-74fdfb8eb97d"
        }
      }
    }
  ]
}