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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeStructureDefinition
IdStructureDefinition-core-short-string.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/StructureDefinition/core-short-string
URLhttp://ontariohealth.ca/fhir/eforms/StructureDefinition/core-short-string
Statusactive
NameShortString
TitleShort Form String
Realmca
DescriptionA shorter version of a string, typically intended for use on mobile displays.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

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": "core-short-string",
  "url": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/core-short-string",
  "name": "ShortString",
  "title": "Short Form String",
  "status": "active",
  "description": "A shorter version of a string, typically intended for use on mobile displays.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "string"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Short-form of string",
        "definition": "A shorter version of a string, typically intended for use on mobile displays.",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/core-short-string"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}