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

FHIR IG Statistics: StructureDefinition/nxh-medicationrequest

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-medicationrequest
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedicationRequest
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedicationRequest
Statusactive
Date2022-10-26T13:39:53.1398154+00:00
NameNxhMedicationRequest
DescriptionNexuzhealth profile for medication requests.
TypeMedicationRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-hospitalCodeNxhExtHospitalCode
nxh-ext-identifierNxhExtIdentifier

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-medicationrequest",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedicationRequest",
  "name": "NxhMedicationRequest",
  "status": "active",
  "date": "2022-10-26T13:39:53.1398154+00:00",
  "description": "Nexuzhealth profile for medication requests.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest.extension",
        "path": "MedicationRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "MedicationRequest.extension:hospitalCode",
        "path": "MedicationRequest.extension",
        "sliceName": "hospitalCode",
        "definition": "A reference to a hospital (an organization) the resource is related to.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicationRequest.extension:hospitalCode.value[x]",
        "path": "MedicationRequest.extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)"
      },
      {
        "id": "MedicationRequest.identifier",
        "path": "MedicationRequest.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "MedicationRequest.identifier:medicatieVoorschriftId",
        "path": "MedicationRequest.identifier",
        "sliceName": "medicatieVoorschriftId",
        "definition": "The medicatieVoorschriftId identifier of the medication request.\r\n\r\nMedicatieVoorschriftId is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "MedicationRequest.identifier:medicatieVoorschriftId.system",
        "path": "MedicationRequest.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/medicatieVoorschriftNew/id"
      },
      {
        "id": "MedicationRequest.dosageInstruction.extension",
        "path": "MedicationRequest.dosageInstruction.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "MedicationRequest.dosageInstruction.extension:voorschriftNr",
        "path": "MedicationRequest.dosageInstruction.extension",
        "sliceName": "voorschriftNr",
        "short": "voorschriftNr",
        "definition": "The voorschriftNr identifier of the dosage instruction\r\n\r\nVoorschriftNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-identifier"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicationRequest.dosageInstruction.extension:voorschriftNr.value[x].system",
        "path": "MedicationRequest.dosageInstruction.extension.value[x].system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/medischVoorschrift/voorschriftNr"
      },
      {
        "id": "MedicationRequest.dosageInstruction.extension:voorschriftNr.value[x].value",
        "path": "MedicationRequest.dosageInstruction.extension.value[x].value",
        "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system"
      },
      {
        "id": "MedicationRequest.dosageInstruction.route.coding.system",
        "path": "MedicationRequest.dosageInstruction.route.coding.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/apotheek/medischUitvoering/toedieningsweg"
      }
    ]
  }
}