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

FHIR IG Statistics: StructureDefinition/ProfilingGuidelinesR4-ConceptMaps

Packagenictiz.fhir.nl.r4.profilingguidelines
Resource TypeStructureDefinition
IdProfilingGuidelinesR4-ConceptMaps
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.profilingguidelines@0.9.0&canonical=http://nictiz.nl/fhir/StructureDefinition/ProfilingGuidelinesR4-ConceptMaps
URLhttp://nictiz.nl/fhir/StructureDefinition/ProfilingGuidelinesR4-ConceptMaps
Statusdraft
NameProfilingGuidelinesR4_ConceptMaps
TitleConceptMap conformance to FHIR Profiling Guidelines for FHIR R4
Realmnl
DescriptionConformance profile to check ConceptMaps for conformance to the [Nictiz profiling guidelines for FHIR R4](https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4).
TypeConceptMap
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ProfilingGuidelinesR4-ConceptMaps",
  "url": "http://nictiz.nl/fhir/StructureDefinition/ProfilingGuidelinesR4-ConceptMaps",
  "name": "ProfilingGuidelinesR4_ConceptMaps",
  "title": "ConceptMap conformance to FHIR Profiling Guidelines for FHIR R4",
  "status": "draft",
  "description": "Conformance profile to check ConceptMaps for conformance to the [Nictiz profiling guidelines for FHIR R4](https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ConceptMap",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ConceptMap",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ConceptMap",
        "path": "ConceptMap",
        "constraint": [
          {
            "key": "cm-pg-01",
            "severity": "warning",
            "human": "The id should conform to the profiling guidelines",
            "expression": "ConceptMap.id.matches('.+-to-.+')",
            "source": "https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4"
          },
          {
            "key": "cm-pg-02",
            "severity": "warning",
            "human": "The canonical URL should conform to the profiling guidelines",
            "expression": "ConceptMap.url = 'http://nictiz.nl/fhir/ConceptMap/' + ConceptMap.id",
            "source": "https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4"
          },
          {
            "key": "cm-pg-03",
            "severity": "warning",
            "human": "The name of the ConceptMap should conform to the profiling guidelines",
            "expression": "ConceptMap.name.substring(0, 1).matches('[A-Z]') and ConceptMap.name.substring(1) = ConceptMap.id.substring(1).replace('-','_')",
            "source": "https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4"
          },
          {
            "key": "cm-pg-04",
            "severity": "warning",
            "human": "The title of the ConceptMap should conform to the profiling guidelines",
            "expression": "ConceptMap.title = ConceptMap.id.replace('-to-',' to ')",
            "source": "https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4"
          }
        ]
      },
      {
        "id": "ConceptMap.extension",
        "path": "ConceptMap.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ConceptMap.extension:bidirectional",
        "path": "ConceptMap.extension",
        "sliceName": "bidirectional",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/concept-bidirectional"
            ]
          }
        ]
      },
      {
        "id": "ConceptMap.url",
        "path": "ConceptMap.url",
        "definition": "An absolute URI that is used to identify this concept map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this concept map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the concept map is stored on different servers. . The canonical URL will be created as: http://nictiz.nl/fhir/ConceptMap/[id]",
        "min": 1
      },
      {
        "id": "ConceptMap.name",
        "path": "ConceptMap.name",
        "min": 1
      },
      {
        "id": "ConceptMap.title",
        "path": "ConceptMap.title",
        "min": 1
      },
      {
        "id": "ConceptMap.publisher",
        "path": "ConceptMap.publisher",
        "min": 1,
        "fixedString": "Nictiz"
      },
      {
        "id": "ConceptMap.contact",
        "path": "ConceptMap.contact",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ConceptMap.contact.name",
        "path": "ConceptMap.contact.name",
        "min": 1,
        "fixedString": "Nictiz"
      },
      {
        "id": "ConceptMap.contact.telecom",
        "path": "ConceptMap.contact.telecom",
        "min": 1,
        "max": "1",
        "patternContactPoint": {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      },
      {
        "id": "ConceptMap.description",
        "path": "ConceptMap.description",
        "definition": "For profiles:         - For zib profiles: the 'Concept' section from the zib.         - For uniprofiles: TBD         - For standard specific profiles: TBD         For extensions:         - A description of what the extension is for.",
        "min": 1
      },
      {
        "id": "ConceptMap.purpose",
        "path": "ConceptMap.purpose",
        "definition": "For profiles:         - For zib profiles: This [enter resource type] resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) [English zib name] [version]([release])]([link to the English zib page on zibs.nl]).         - For uniprofiles: A derived profile from [[id of zib profile]]([canonical of zib profile]) to provide a version better suited for implementation purposes. This profile augments the base profile with common elements found in the various use cases that have adopted the zib.         - For standard specific profiles: A description with a reference to the base profile, with an explanation of why it has been added.         For extensions:         - For extension representing a specific concept: This extension represents the [concept name] of ..., followed by a link to the functional description.         - For other extensions this will likely be absent."
      },
      {
        "id": "ConceptMap.copyright",
        "path": "ConceptMap.copyright",
        "min": 1,
        "fixedMarkdown": "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."
      }
    ]
  }
}