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

FHIR IG Statistics: StructureDefinition/ext-CopyIndicator

Packagenictiz.fhir.nl.r4.nl-core
TypeStructureDefinition
Idext-CopyIndicator
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator
URLhttp://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator
Statusdraft
NameExtCopyIndicator
Titleext CopyIndicator
Realmnl
DescriptionThis extension provides an indication whether the resource is original (false) or a copy from a different source (true).
CopyrightCopyright 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nl-core-LaboratoryTestResultnl core LaboratoryTestResult
mp-AdministrationAgreementmp AdministrationAgreement
mp-MedicationUse2mp MedicationUse2

Resources that this resource uses

No resources found


Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-CopyIndicator",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator",
  "name": "ExtCopyIndicator",
  "title": "ext CopyIndicator",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This extension provides an indication whether the resource is original (false) or a copy from a different source (true).",
  "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": "lu-dataset-laboratory-exchange-20210222",
      "uri": "https://decor.nictiz.nl/ad/#/lu-/datasets/dataset/2.16.840.1.113883.2.4.3.11.60.25.1.2/2021-02-22T00:00:00",
      "name": "ART-DECOR Dataset Lab Exchange 20210222T00:00:00"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationStatement"
    },
    {
      "type": "element",
      "expression": "MedicationDispense"
    },
    {
      "type": "element",
      "expression": "Observation"
    },
    {
      "type": "element",
      "expression": "Specimen"
    },
    {
      "type": "element",
      "expression": "Device"
    },
    {
      "type": "element",
      "expression": "AllergyIntolerance.reaction"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "CopyIndicator",
        "definition": "An indication whether the resource is original (false) or a copy from a different source (true).",
        "alias": [
          "KopieIndicator"
        ],
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mapping": [
          {
            "identity": "lu-dataset-laboratory-exchange-20210222",
            "map": "lu-concept-v2-4297",
            "comment": "CopyIndicator"
          }
        ]
      }
    ]
  }
}