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

FHIR IG Statistics: StructureDefinition/HRexWellknownDefinition

Packagehl7.fhir.us.davinci-hrex
TypeStructureDefinition
IdHRexWellknownDefinition
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-hrex/https://build.fhir.org/ig/HL7/davinci-ehrx/StructureDefinition-HRexWellknownDefinition.html
URLhttp://hl7.org/fhir/us/davinci-hrex/StructureDefinition/HRexWellknownDefinition
Version1.2.0-cibuild
Statusactive
Date2025-04-17T04:19:54+00:00
NameHRexWellknownDefinition
TitleDa Vinci .well-known File Definition
Realmus
Authorityhl7
DescriptionDefinition of the content of the Da Vinci .well-known endpoint
Typehttp://hl7.org/fhir/us/davinci-hrex/StructureDefinition/HRexWellknownDefinition
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
hrex-identifier-namespacedHRex Namespaced Identifier
ValueSet
hrex-endpoint-nameHRex Endpoint Name

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition HRexWellknownDefinition

NameFlagsCard.TypeDescription & Constraintsdoco
.. HRexWellknownDefinition 0..*BaseConfig value passed to service
... identifier 1..1HRexIdentifierNamespacedPayer id
... endpoints 1..*BaseEndpoints for this payer
JSON: Represented as a single JSON Object with named properties using the value of the key child as the key
.... key 1..1codeThe endpoint being defined
Binding: HRex Endpoint Name (extensible)
.... value 1..1uriThe value of the config option
JSON: The type of this element is inferred from the JSON type in the instance

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "HRexWellknownDefinition",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/HRexWellknownDefinition",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.19.42.21"
    }
  ],
  "version": "1.2.0-cibuild",
  "name": "HRexWellknownDefinition",
  "title": "Da Vinci .well-known File Definition",
  "status": "active",
  "experimental": false,
  "date": "2025-04-17T04:19:54+00:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description": "Definition of the content of the Da Vinci .well-known endpoint",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/HRexWellknownDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "HRexWellknownDefinition",
        "path": "HRexWellknownDefinition",
        "short": "Config value passed to service",
        "definition": "A configuration parameter passed to the CRD decision support service",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "HRexWellknownDefinition.identifier",
        "path": "HRexWellknownDefinition.identifier",
        "short": "Payer id",
        "definition": "A unique identifier for the payer associated with this set of endpoints",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HRexWellknownDefinition.identifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-identifier-namespaced"
            ]
          }
        ]
      },
      {
        "id": "HRexWellknownDefinition.endpoints",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-property-key",
            "valueCode": "key"
          }
        ],
        "path": "HRexWellknownDefinition.endpoints",
        "short": "Endpoints for this payer",
        "definition": "The set of endpoints to be used for this payer (possibly for a particular coverage type or set of types)",
        "min": 1,
        "max": "*",
        "base": {
          "path": "HRexWellknownDefinition.endpoints",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HRexWellknownDefinition.endpoints.key",
        "path": "HRexWellknownDefinition.endpoints.key",
        "short": "The endpoint being defined",
        "definition": "A code that indicates the name of the endpoint.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HRexWellknownDefinition.endpoints.key",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-endpoint-name"
        }
      },
      {
        "id": "HRexWellknownDefinition.endpoints.value",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-primitive-choice",
            "valueBoolean": true
          }
        ],
        "path": "HRexWellknownDefinition.endpoints.value",
        "short": "The value of the config option",
        "definition": "The value of the config option",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HRexWellknownDefinition.endpoints.value",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "HRexWellknownDefinition",
        "path": "HRexWellknownDefinition",
        "short": "Config value passed to service",
        "definition": "A configuration parameter passed to the CRD decision support service",
        "min": 0,
        "max": "*"
      },
      {
        "id": "HRexWellknownDefinition.identifier",
        "path": "HRexWellknownDefinition.identifier",
        "short": "Payer id",
        "definition": "A unique identifier for the payer associated with this set of endpoints",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-identifier-namespaced"
            ]
          }
        ]
      },
      {
        "id": "HRexWellknownDefinition.endpoints",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-property-key",
            "valueCode": "key"
          }
        ],
        "path": "HRexWellknownDefinition.endpoints",
        "short": "Endpoints for this payer",
        "definition": "The set of endpoints to be used for this payer (possibly for a particular coverage type or set of types)",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HRexWellknownDefinition.endpoints.key",
        "path": "HRexWellknownDefinition.endpoints.key",
        "short": "The endpoint being defined",
        "definition": "A code that indicates the name of the endpoint.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-endpoint-name"
        }
      },
      {
        "id": "HRexWellknownDefinition.endpoints.value",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/json-primitive-choice",
            "valueBoolean": true
          }
        ],
        "path": "HRexWellknownDefinition.endpoints.value",
        "short": "The value of the config option",
        "definition": "The value of the config option",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      }
    ]
  }
}