| Package | nexuzhealth.fhir.r4 |
| Resource Type | StructureDefinition |
| Id | nxh-agentmedication |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAgentMedication |
| URL | https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAgentMedication |
| Status | active |
| Date | 2023-11-06T09:15:27.2581363+00:00 |
| Name | NxhAgentMedication |
| Description | Nexuzhealth profile for agent medication. |
| Type | Medication |
| Kind | resource |
No resources found
| StructureDefinition | |
| nxh-ext-hospitalCode | NxhExtHospitalCode |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "nxh-agentmedication",
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAgentMedication",
"name": "NxhAgentMedication",
"status": "active",
"date": "2023-11-06T09:15:27.2581363+00:00",
"description": "Nexuzhealth profile for agent medication.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Medication",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Medication.extension:nxhExtHospitalCode",
"path": "Medication.extension",
"sliceName": "nxhExtHospitalCode",
"definition": "A reference to a hospital (an organization) the resource is related to.",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
]
}
],
"isModifier": false
},
{
"id": "Medication.identifier",
"path": "Medication.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Medication.identifier:agentId",
"path": "Medication.identifier",
"sliceName": "agentId",
"short": "AgentId",
"definition": "The agentId identifier of the agent medication.\r\n\r\nAgentId is an identifier assigned internally by Nexuzhealth in the KWS database.",
"min": 1,
"max": "1"
},
{
"id": "Medication.identifier:agentId.system",
"path": "Medication.identifier.system",
"fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/agent/agentId"
},
{
"id": "Medication.identifier:agentId.value",
"path": "Medication.identifier.value",
"min": 1
},
{
"id": "Medication.ingredient",
"path": "Medication.ingredient",
"definition": "The ingredients reference basic medication (NxhMedication) that can be used for the agent."
}
]
}
}