PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.0-alpha
    http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationTransactionBundle
{
  "description": "HVO profile for transaction Bundle consisting of HVOOrganizationalUnits of a HVOOrganization",
  "_filename": "StructureDefinition-HVOOrganizationTransactionBundle.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "5.0.0",
  "name": "HVOOrganizationTransactionBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "HVOOrganizationalUnits of HVOOrganization transaction Bundle",
  "package_version": "0.1.0-alpha",
  "status": "draft",
  "id": "4f01e66d-d982-445f-8c46-348361ba7869",
  "kind": "resource",
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationTransactionBundle",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "transaction",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "min": 1,
      "path": "Bundle.entry",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Organization",
        "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request",
      "min": 1,
      "path": "Bundle.entry.request",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request.method",
      "path": "Bundle.entry.request.method",
      "short": "PUT | POST",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request.url",
      "path": "Bundle.entry.request.url",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}