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

FHIR IG Statistics: StructureDefinition/palga-document

Packageiknl.fhir.nl.r4.palga
Resource TypeStructureDefinition
Idpalga-document
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=iknl.fhir.nl.r4.palga@1.0.1&canonical=http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document
URLhttp://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document
Version1.0.0
Statusactive
Date2023-10-12T15:56:43.3722117+00:00
NamePalgaDocument
Realmnl
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
palga-compositionPalgaComposition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "palga-document",
  "url": "http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-document",
  "version": "1.0.0",
  "name": "PalgaDocument",
  "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",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "constraint": [
          {
            "key": "palga-document-1",
            "severity": "error",
            "human": "Composition.subject and DiagnosticReport.subject shall refer to the same patient.",
            "expression": "entry.first().resource.subject.resolve() = entry.first().resource.section.entry.resolve().subject.resolve()"
          }
        ]
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "patternUri": "urn:ietf:rfc:3986"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "document"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:composition",
        "path": "Bundle.entry",
        "sliceName": "composition",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:composition.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Composition",
            "profile": [
              "http://fhir.iknl.nl/fhir/iknl-palga-r4/StructureDefinition/palga-composition"
            ]
          }
        ]
      }
    ]
  }
}