FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/NLLPrescriptionBundle.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLPrescriptionBundle.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=https://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionBundle
URLhttps://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionBundle
Version1.0.1
Statusactive
Date2024-04-10
NameNLLPrescriptionBundle
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLMedicationRequestNLLMedicationRequest
NLLProvenanceDetailsNLLProvenanceDetails
ValueSet
transaction-bundle-typesTyp av Bundle
transaction-operationsHTTP-metod

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionBundle",
  "version": "1.0.1",
  "name": "NLLPrescriptionBundle",
  "status": "active",
  "date": "2024-04-10",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten concept"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "transaction | transaction-response",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/transaction-bundle-types"
        }
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "URI for resource, UUID",
        "definition": "The National Medication List uses fullUrl in the form of the urn:uuid of the resource.\r\nThe fullUrl element SHALL have a value except that: \n* fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)\n* Results from operations might involve resources that are not identified.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request.extension",
        "path": "Bundle.entry.request.extension",
        "min": 1
      },
      {
        "id": "Bundle.entry.request.extension:nllProvenanceDetails",
        "path": "Bundle.entry.request.extension",
        "sliceName": "nllProvenanceDetails",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceDetails"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Bundle.entry.request.extension:nllProvenanceDetails.extension",
        "path": "Bundle.entry.request.extension.extension",
        "min": 2
      },
      {
        "id": "Bundle.entry.request.extension:nllProvenanceDetails.extension:reason",
        "path": "Bundle.entry.request.extension.extension",
        "sliceName": "reason",
        "comment": "-",
        "min": 1
      },
      {
        "id": "Bundle.entry.request.extension:nllProvenanceDetails.extension:activity",
        "path": "Bundle.entry.request.extension.extension",
        "sliceName": "activity",
        "comment": "-"
      },
      {
        "id": "Bundle.entry.request.method",
        "path": "Bundle.entry.request.method",
        "short": "POST | PUT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/transaction-operations"
        }
      },
      {
        "id": "Bundle.entry.request.url",
        "path": "Bundle.entry.request.url",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response.status",
        "path": "Bundle.entry.response.status",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response.location",
        "path": "Bundle.entry.response.location",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response.outcome",
        "path": "Bundle.entry.response.outcome",
        "mustSupport": true
      }
    ]
  }
}