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

FHIR IG Statistics: StructureDefinition/omi-endpoint

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeStructureDefinition
Idomi-endpoint
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/StructureDefinition/omi-endpoint
URLhttp://omi.de/fhir/registry/StructureDefinition/omi-endpoint
Version0.3.19
Statusactive
Date2024-12-11
NameOmiAiEndpoint
TitleEndpoint
Realmde
DescriptionProfile of Endpoint for the OMI context.
TypeEndpoint
Kindresource

Resources that use this resource

CapabilityStatement
OMIRegistryCapabilityStatementOMI Registry Capability Statement
StructureDefinition
RegisterNewServiceInputParameterRegisterNewServiceInputParameter
UpdateServiceInputParameterUpdateServiceInputParameter
omi-serviceHealthcareService

Resources that this resource uses

StructureDefinition
omi-organizationOrganization

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "omi-endpoint",
  "url": "http://omi.de/fhir/registry/StructureDefinition/omi-endpoint",
  "version": "0.3.19",
  "name": "OmiAiEndpoint",
  "title": "Endpoint",
  "status": "active",
  "date": "2024-12-11",
  "publisher": "MOLIT gGmbH",
  "description": "Profile of Endpoint for the OMI context.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Endpoint",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Endpoint.identifier",
        "path": "Endpoint.identifier",
        "patternIdentifier": {
          "system": "http://omi.de/fhir/registry/sid/endpoint"
        }
      },
      {
        "id": "Endpoint.identifier.system",
        "path": "Endpoint.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Endpoint.identifier.value",
        "path": "Endpoint.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Endpoint.status",
        "path": "Endpoint.status",
        "mustSupport": true
      },
      {
        "id": "Endpoint.connectionType",
        "path": "Endpoint.connectionType",
        "mustSupport": true
      },
      {
        "id": "Endpoint.name",
        "path": "Endpoint.name",
        "mustSupport": true
      },
      {
        "id": "Endpoint.managingOrganization",
        "path": "Endpoint.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/omi-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Endpoint.payloadType",
        "path": "Endpoint.payloadType",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "any",
              "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"
            }
          ]
        }
      }
    ]
  }
}