{
"description": "FHIR Schedule brukes for å hente timebøker tilgjengelige for timebestilling for innbygger. Profilen er basert på R4.",
"_filename": "StructureDefinition-hn-basis-schedule.json",
"package_name": "no.nhn.fhir.helsenorge.profiles",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "NO",
"system": "urn:iso:std:iso:3166",
"display": "Norway"
} ]
} ],
"name": "HnBasisSchedule",
"abstract": false,
"type": "Schedule",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "HnBasisSchedule",
"package_version": "2.5.13-beta",
"status": "draft",
"id": "94d3f21e-5a29-4926-bab8-500e6d68dafa",
"kind": "resource",
"url": "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule",
"version": "1.3.2",
"differential": {
"element": [ {
"id": "Schedule.extension",
"path": "Schedule.extension",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"id": "Schedule.extension:freeSlotPlanningHorizon",
"max": "1",
"min": 0,
"path": "Schedule.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://helsenorge.no/fhir/StructureDefinition/hn-extension-free-slot-planningHorizon" ]
} ],
"sliceName": "freeSlotPlanningHorizon",
"mustSupport": true
}, {
"id": "Schedule.identifier",
"max": "1",
"min": 1,
"path": "Schedule.identifier",
"short": "Identifer must be UUID/GUID",
"definition": "Identifer must be UUID/GUID"
}, {
"id": "Schedule.identifier.system",
"min": 1,
"path": "Schedule.identifier.system"
}, {
"id": "Schedule.identifier.value",
"min": 1,
"path": "Schedule.identifier.value"
}, {
"id": "Schedule.identifier.assigner",
"path": "Schedule.identifier.assigner",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.no/fhir/StructureDefinition/no-basis-Organization" ]
} ]
}, {
"id": "Schedule.active",
"path": "Schedule.active",
"patternBoolean": true
}, {
"id": "Schedule.serviceCategory",
"path": "Schedule.serviceCategory",
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/service-category"
}
}, {
"id": "Schedule.serviceCategory.coding",
"path": "Schedule.serviceCategory.coding",
"constraint": [ {
"key": "inv-4",
"human": "If code is used in a codable consept the system must be used",
"source": "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule",
"severity": "error",
"expression": "code > '' implies (system > '' )"
} ]
}, {
"id": "Schedule.serviceCategory.coding.system",
"min": 1,
"path": "Schedule.serviceCategory.coding.system"
}, {
"id": "Schedule.serviceType",
"min": 1,
"path": "Schedule.serviceType",
"short": "Type timebok",
"binding": {
"strength": "required",
"valueSet": "http://helsenorge.no/fhir/ValueSet/hn-schedule-type-vs"
}
}, {
"id": "Schedule.serviceType.coding",
"path": "Schedule.serviceType.coding",
"constraint": [ {
"key": "inv-4",
"human": "If code is used in a codable consept the system must be used",
"source": "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule",
"severity": "error",
"expression": "code > '' implies (system > '' )"
} ]
}, {
"id": "Schedule.serviceType.coding.system",
"min": 1,
"path": "Schedule.serviceType.coding.system"
}, {
"id": "Schedule.specialty.coding",
"path": "Schedule.specialty.coding",
"constraint": [ {
"key": "inv-4",
"human": "If code is used in a codable consept the system must be used",
"source": "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule",
"severity": "error",
"expression": "code > '' implies (system > '' )"
} ]
}, {
"id": "Schedule.actor",
"path": "Schedule.actor",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/HealthcareService", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.no/fhir/StructureDefinition/no-basis-HealthcareService", "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner" ]
} ],
"short": "Currently only HealthcareService or Practitioner (basic and no-basic profiles) are referenced as valid actors."
}, {
"id": "Schedule.actor.type",
"min": 1,
"path": "Schedule.actor.type"
}, {
"id": "Schedule.comment",
"path": "Schedule.comment",
"short": "Comments regarding the scheduler.",
"definition": "Comments regarding the scheduler including short information about the timebook."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule"
}