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

FHIR IG analytics

Packageca.on.ir.r4
Resource TypeStructureDefinition
IdExtension-marketAuthorization.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ir.r4@1.0.0-draft2&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-immunization-marketAuthorizationHolder
URLhttp://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-immunization-marketAuthorizationHolder
Version1.0.0
Statusdraft
NameImmunizationMarketAuthorizationHolder
TitleImmunization Market Authorization Holder
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca.on.ir.r4#1.0.0-draft2profile-immunization-submissionImmunization IR Submission
ca.on.ir.r4#1.0.0-draft2profile-immunizationImmunization EHR

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": "ext-immunization-marketAuthorizationHolder",
  "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-immunization-marketAuthorizationHolder",
  "version": "1.0.0",
  "name": "ImmunizationMarketAuthorizationHolder",
  "title": "Immunization Market Authorization Holder",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "context": [
    {
      "type": "element",
      "expression": "Immunization"
    }
  ],
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Marketing authorization holder (manufacturer)",
        "definition": "Extension to capture the organization (company) that holds the authorization to place the product on the market in Canada, i.e., the market authorization holder. This may not be the company that has manufactured the product, but it is the company that holds the legal responsibility for the use of the product in Canada and should be the same as the company named on the product label/packaging.",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-immunization-marketAuthorizationHolder"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/immunizationmarketauthorizationholdercode"
        }
      }
    ]
  }
}