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

FHIR IG Statistics: StructureDefinition/be-referralprescription-nursing

Packagerobin.gittest
Resource TypeStructureDefinition
Idbe-referralprescription-nursing
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=robin.gittest@1.1.22-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription-nursing
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription-nursing
Version1.0.0
Statusdraft
NameBeReferralPrescriptionNursing
DescriptionReferral prescription for nursing.
TypeServiceRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-referralprescriptionBeReferralPrescription

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "be-referralprescription-nursing",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription-nursing",
  "version": "1.0.0",
  "name": "BeReferralPrescriptionNursing",
  "status": "draft",
  "description": "Referral prescription for nursing.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest",
        "path": "ServiceRequest",
        "constraint": [
          {
            "key": "nursing-1",
            "severity": "error",
            "human": "Woundcare SHALL have bodySite",
            "expression": "category.coding.code = '225358003' implies bodySite.exists()",
            "source": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription-nursing"
          },
          {
            "key": "kine-1",
            "severity": "error",
            "human": "If identifier is present, category, code and quantity SHALL not be present.",
            "expression": "identifier.exists() implies (category.empty() and code.empty() and quantityQuantity.empty())",
            "source": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription-nursing"
          }
        ]
      },
      {
        "id": "ServiceRequest.extension",
        "path": "ServiceRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ServiceRequest.extension:statusReason",
        "path": "ServiceRequest.extension",
        "sliceName": "statusReason"
      },
      {
        "id": "ServiceRequest.extension:statusReason.value[x]",
        "path": "ServiceRequest.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ServiceRequest.requisition",
        "path": "ServiceRequest.requisition",
        "max": "0"
      },
      {
        "id": "ServiceRequest.bodySite",
        "path": "ServiceRequest.bodySite",
        "short": "Location on Body - to be used in context of woundcare",
        "mustSupport": true
      }
    ]
  }
}