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

FHIR IG Statistics: StructureDefinition/ca-on-setp-ext-BlockName

Packageca.on.oh-seris
Resource TypeStructureDefinition
Idca-on-setp-ext-BlockName
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-blockname
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-blockname
Version0.0.1
Statusdraft
Date2023-03-10
NameSETPBlockName
TitleExtension: Block Name
DescriptionDefines the name of the block
Purposedefines the name of the block
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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": "ca-on-setp-ext-BlockName",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-blockname",
  "version": "0.0.1",
  "name": "SETPBlockName",
  "title": "Extension: Block Name",
  "status": "draft",
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca/fhir/"
        },
        {
          "system": "email",
          "value": "some.email@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Defines the name of the block",
  "purpose": "defines the name of the block",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Slot.blockName"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Name of the block",
        "definition": "defines the name of the block",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-blockname"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}