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

FHIR IG Statistics: StructureDefinition/ext-content-type

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idext-content-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ext-content-type
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ext-content-type
Version1.0.0
Statusdraft
NameContentType
Realmca
Authoritynational
DescriptionClassifies the contents of a message.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-eReferral-profile-MessageHeaderMessageHeader

Resources that this resource uses

ValueSet
content-typeContentType

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-content-type",
  "version": "1.0.0",
  "name": "ContentType",
  "status": "draft",
  "description": "Classifies the contents of a message.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MessageHeader"
    }
  ],
  "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://ehealthontario.ca/fhir/StructureDefinition/ext-content-type"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "Values representing the use and purpose of the contents of a message.",
          "valueSet": "https://ehealthontario.ca/fhir/ValueSet/content-type"
        }
      }
    ]
  }
}