Koppelmij Implementation Guide
0.1.0 - ci-build
Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-05-08 |
JSON representation of the pt-lm-Endpoint logical model.
{
"resourceType" : "StructureDefinition",
"id" : "pt-lm-Endpoint",
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
},
"url" : "http://medmij.nl/fhir/StructureDefinition/pt-lm-Endpoint",
"version" : "0.1.0",
"name" : "LmEnpoint",
"title" : "Endpoint",
"status" : "active",
"date" : "2026-05-08T08:30:17+00:00",
"publisher" : "koppelmij",
"contact" : [
{
"name" : "koppelmij",
"telecom" : [
{
"system" : "url",
"value" : "https://github.com/KoppelMij/"
}
]
}
],
"description" : "This (FHIR) Endpoint profile represents the technical FHIR REST endpoint of a source system (XIS), used by a ProviderModule to retrieve and update task data and the required context for the ProviderModule use case.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "logical",
"abstract" : true,
"type" : "http://medmij.nl/fhir/StructureDefinition/pt-lm-Endpoint",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
"derivation" : "specialization",
"snapshot" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString" : "4.0.1"
}
],
"element" : [
{
"id" : "pt-lm-Endpoint",
"path" : "pt-lm-Endpoint",
"short" : "Endpoint",
"definition" : "This (FHIR) Endpoint profile represents the technical FHIR REST endpoint of a source system (XIS), used by a ProviderModule to retrieve and update task data and the required context for the ProviderModule use case.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element",
"min" : 0,
"max" : "*"
},
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "pt-lm-Endpoint.id",
"path" : "pt-lm-Endpoint.id",
"representation" : [
"xmlAttr"
],
"short" : "Unique id for inter-element referencing",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "pt-lm-Endpoint.extension",
"path" : "pt-lm-Endpoint.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "pt-lm-Endpoint.ClientId",
"path" : "pt-lm-Endpoint.ClientId",
"short" : "Client identifier used as 'audience' in the DVA token exchange (Endpoint extension).",
"definition" : "Client identifier used as 'audience' in the DVA token exchange (Endpoint extension).",
"comment" : "Maps to Endpoint.extension('http://medmij.nl/fhir/StructureDefinition/ext-ClientID').valueString",
"min" : 0,
"max" : "1",
"base" : {
"path" : "pt-lm-Endpoint.ClientId",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "pt-lm-Endpoint.managingOrganization",
"path" : "pt-lm-Endpoint.managingOrganization",
"short" : "The organization responsible for operating and maintaining this FHIR REST endpoint (the source system/XIS) that exposes ProviderModule task data and related context.",
"definition" : "The organization responsible for operating and maintaining this FHIR REST endpoint (the source system/XIS) that exposes ProviderModule task data and related context.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "pt-lm-Endpoint.managingOrganization",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Reference",
"targetProfile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
},
{
"id" : "pt-lm-Endpoint.Adress",
"path" : "pt-lm-Endpoint.Adress",
"short" : "FHIR resource endpoint",
"definition" : "FHIR resource endpoint",
"min" : 0,
"max" : "1",
"base" : {
"path" : "pt-lm-Endpoint.Adress",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "dateTime"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "pt-lm-Endpoint",
"path" : "pt-lm-Endpoint",
"short" : "Endpoint",
"definition" : "This (FHIR) Endpoint profile represents the technical FHIR REST endpoint of a source system (XIS), used by a ProviderModule to retrieve and update task data and the required context for the ProviderModule use case."
},
{
"id" : "pt-lm-Endpoint.ClientId",
"path" : "pt-lm-Endpoint.ClientId",
"short" : "Client identifier used as 'audience' in the DVA token exchange (Endpoint extension).",
"definition" : "Client identifier used as 'audience' in the DVA token exchange (Endpoint extension).",
"comment" : "Maps to Endpoint.extension('http://medmij.nl/fhir/StructureDefinition/ext-ClientID').valueString",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "pt-lm-Endpoint.managingOrganization",
"path" : "pt-lm-Endpoint.managingOrganization",
"short" : "The organization responsible for operating and maintaining this FHIR REST endpoint (the source system/XIS) that exposes ProviderModule task data and related context.",
"definition" : "The organization responsible for operating and maintaining this FHIR REST endpoint (the source system/XIS) that exposes ProviderModule task data and related context.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
},
{
"id" : "pt-lm-Endpoint.Adress",
"path" : "pt-lm-Endpoint.Adress",
"short" : "FHIR resource endpoint",
"definition" : "FHIR resource endpoint",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "dateTime"
}
]
}
]
}
}