PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.46-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest
{
  "description": "The ServiceRequest profile for use in the different eAgreement flows from MyCareNet.",
  "_filename": "StructureDefinition-be-mycareneteagreementservicerequest.json",
  "package_name": "ehealthplatform.be.r4.federalprofiles",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "BeMyCareNetEagreementServiceRequest",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://siframework.org/cqf",
    "name": "Quality Improvement and Clinical Knowledge (QUICK)",
    "identity": "quick"
  } ],
  "abstract": false,
  "type": "ServiceRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MyCareNet eAgreement ServiceRequest BE profile",
  "package_version": "1.1.46-beta",
  "status": "draft",
  "id": "b51e40a0-1b49-48e0-a5b4-a5da602576c8",
  "kind": "resource",
  "url": "http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "ServiceRequest",
      "path": "ServiceRequest",
      "constraint": [ {
        "key": "mcn-1",
        "human": "If identifier is present: (category, code, quantityQuantity, supportingInfo, authoredOn and contained) SHALL not be present.",
        "source": "http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest",
        "severity": "error",
        "expression": "identifier.exists() implies (category.empty() and code.empty() and quantityQuantity.empty() and authoredOn.empty() and supportingInfo.empty() and contained.empty())"
      }, {
        "key": "mcn-2",
        "human": "If identifier is not present: (category, code, quantityQuantity, supportingInfo, authoredOn and contained) SHALL be present.",
        "source": "http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest",
        "severity": "error",
        "expression": "identifier.empty() implies (category.exists() and code.exists() and quantityQuantity.exists() and authoredOn.exists() and supportingInfo.exists() and contained.exists())"
      } ]
    }, {
      "id": "ServiceRequest.id",
      "min": 1,
      "path": "ServiceRequest.id",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.meta",
      "path": "ServiceRequest.meta",
      "mustSupport": false
    }, {
      "id": "ServiceRequest.contained",
      "max": "1",
      "path": "ServiceRequest.contained",
      "type": [ {
        "code": "Resource",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Binary" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.contained.id",
      "min": 1,
      "path": "ServiceRequest.contained.id",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.contained.contentType",
      "path": "ServiceRequest.contained.contentType",
      "fixedCode": "application/pdf",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.contained.data",
      "min": 1,
      "path": "ServiceRequest.contained.data",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.status",
      "path": "ServiceRequest.status",
      "fixedCode": "active",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.intent",
      "path": "ServiceRequest.intent",
      "fixedCode": "order",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category",
      "max": "1",
      "path": "ServiceRequest.category",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.category.coding"
    }, {
      "id": "ServiceRequest.category.coding.system",
      "min": 1,
      "path": "ServiceRequest.category.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.category.coding.code",
      "min": 1,
      "path": "ServiceRequest.category.coding.code"
    }, {
      "id": "ServiceRequest.code",
      "path": "ServiceRequest.code",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.code.coding",
      "max": "1",
      "min": 1,
      "path": "ServiceRequest.code.coding"
    }, {
      "id": "ServiceRequest.code.coding.system",
      "min": 1,
      "path": "ServiceRequest.code.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "ServiceRequest.code.coding.code",
      "min": 1,
      "path": "ServiceRequest.code.coding.code"
    }, {
      "id": "ServiceRequest.quantity[x]",
      "path": "ServiceRequest.quantity[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.subject",
      "path": "ServiceRequest.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.authoredOn",
      "path": "ServiceRequest.authoredOn",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.requester",
      "path": "ServiceRequest.requester",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo",
      "max": "1",
      "path": "ServiceRequest.supportingInfo",
      "mustSupport": true
    }, {
      "id": "ServiceRequest.supportingInfo.reference",
      "min": 1,
      "path": "ServiceRequest.supportingInfo.reference",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
}