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

FHIR IG Statistics: StructureDefinition/palga-protocol-version

Packageiknl.fhir.nl.r4.palga
Resource TypeStructureDefinition
Idpalga-protocol-version
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=iknl.fhir.nl.r4.palga@1.0.1&canonical=http://www.palga.nl/professionals/profession/protocollen/
URLhttp://www.palga.nl/professionals/profession/protocollen/
Version1.0.0
Statusactive
Date2023-10-12T15:56:43.3722117+00:00
NamePalgaProtocolVersion
TitleProtocol version
Realmnl
DescriptionThe version of the protocol that is used for the message
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
palga-diagnostic-reportPalgaDiagnosticReport

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "palga-protocol-version",
  "url": "http://www.palga.nl/professionals/profession/protocollen/",
  "version": "1.0.0",
  "name": "PalgaProtocolVersion",
  "title": "Protocol version",
  "status": "active",
  "contact": [
    {
      "name": "Netherlands comprehensive cancer organisation (IKNL)",
      "telecom": [
        {
          "system": "url",
          "value": "https://iknl.nl"
        },
        {
          "system": "email",
          "value": "fhir@iknl.nl"
        }
      ]
    }
  ],
  "date": "2023-10-12T15:56:43.3722117+00:00",
  "description": "The version of the protocol that is used for the message",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "DiagnosticReport"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Protocol version",
        "definition": "The version of the protocol that is used for the message"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://www.palga.nl/professionals/profession/protocollen/"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}