FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idextension-Consent-providedBy.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/extension/consent-provided-by
URLhttp://ihis.sg/extension/consent-provided-by
Version0.1.0
Statusactive
Date2019-11-01T09:29:23+11:00
Nameextension-Consent-providedBy
DescriptionProvided by
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
Consent-pophealth-outputprofile-Consent-get-consent

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


Source1

{
  "resourceType": "StructureDefinition",
  "id": "extension-Consent-providedBy",
  "url": "http://ihis.sg/extension/consent-provided-by",
  "version": "0.1.0",
  "name": "extension-Consent-providedBy",
  "status": "active",
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "IHIS",
  "description": "Provided by",
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Consent"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "provided-by Extensions",
        "definition": "n/a",
        "comment": "n/a",
        "min": 1,
        "max": "1",
        "isModifier": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ihis.sg/extension/provided-by",
        "definition": "Extension field for consent provided by",
        "comment": "Fixed Value: \"http://ihis.sg/extension/provided-by\"",
        "short": "n/a",
        "requirements": "n/a",
        "constraint": [
          {
            "key": "string-max-length",
            "severity": "error",
            "human": "Value is too long (maximum length is 255)",
            "expression": "$this.length() <= 255"
          }
        ]
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.value[x]",
        "sliceName": "valueCodeableConcept",
        "short": "n/a",
        "definition": "n/a",
        "comment": "n/a",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-provided-by"
        }
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding",
        "path": "Extension.value[x].coding",
        "short": "n/a",
        "definition": "n/a",
        "comment": "n/a",
        "requirements": "n/a",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.system",
        "path": "Extension.value[x].coding.system",
        "short": "n/a",
        "definition": "The terminology system of the coding.",
        "comment": "Fixed Value : \"http://ihis.sg/ValueSet/hsg-provided-by\"",
        "requirements": "n/a",
        "min": 1,
        "fixedUri": "http://ihis.sg/ValueSet/hsg-provided-by",
        "constraint": [
          {
            "key": "string-max-length",
            "severity": "error",
            "human": "Value is too long (maximum length is 255)",
            "expression": "$this.length() <= 255"
          }
        ]
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.version",
        "path": "Extension.value[x].coding.version",
        "short": "n/a",
        "definition": "n/a",
        "comment": "n/a",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.code",
        "path": "Extension.value[x].coding.code",
        "short": "n/a",
        "definition": "The code of the coding The code of the coding. It shall be one of the code defined in valueset \"http://ihis.sg/ValueSet/hsg-provided-by\"",
        "comment": "Sample Value : \"patient\"",
        "requirements": "n/a",
        "min": 1,
        "constraint": [
          {
            "key": "string-max-length",
            "severity": "error",
            "human": "Value is too long (maximum length is 255)",
            "expression": "$this.length() <= 255"
          }
        ]
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.display",
        "path": "Extension.value[x].coding.display",
        "short": "n/a",
        "definition": "Display value of the coding",
        "comment": "Sample Value : \"Patient\"",
        "requirements": "n/a",
        "constraint": [
          {
            "key": "string-max-length",
            "severity": "error",
            "human": "Value is too long (maximum length is 255)",
            "expression": "$this.length() <= 255"
          }
        ]
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.userSelected",
        "path": "Extension.value[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.text",
        "path": "Extension.value[x].text",
        "max": "0"
      }
    ]
  }
}