{
  "resourceType": "StructureDefinition",
  "id": "ImmunizationMinsait",
  "meta": {
    "lastUpdated": "2021-11-16T13:00:12.025+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter you narrative here</div>"
  },
  "url": "https://example.org/fhir/StructureDefinition/ImmunizationMinsait",
  "version": "1.0.0",
  "name": "ImmunizationMinsait",
  "title": "Immunization version Minsait",
  "status": "draft",
  "date": "2021-11-16T12:55:23.4423525+00:00",
  "publisher": "osgomez",
  "description": "Arquetipo de registro de administración de Vacuna sobre Paciente, derivado de especificaciones iniciales realizadas sobre arquetipo y plantilla de openEHR",
  "purpose": "Demostrar la versatilidad de las herramientas FHIR para la definición de arquetipos",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Immunization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Immunization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Immunization.encounter",
        "path": "Immunization.encounter",
        "min": 1
      },
      {
        "id": "Immunization.recorded",
        "path": "Immunization.recorded",
        "min": 1
      },
      {
        "id": "Immunization.location.type",
        "path": "Immunization.location.type",
        "fixedUri": "Location"
      },
      {
        "id": "Immunization.manufacturer.display",
        "path": "Immunization.manufacturer.display",
        "min": 1
      },
      {
        "id": "Immunization.lotNumber",
        "path": "Immunization.lotNumber",
        "min": 1
      },
      {
        "id": "Immunization.expirationDate",
        "path": "Immunization.expirationDate",
        "min": 1
      },
      {
        "id": "Immunization.performer",
        "path": "Immunization.performer",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "id"
            }
          ],
          "description": "1",
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Immunization.performer:Author",
        "path": "Immunization.performer",
        "sliceName": "Author",
        "short": "Practitioner performed event",
        "definition": "Indicates the practitioner performed the immunization event.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Immunization.performer:Author.function.coding.system",
        "path": "Immunization.performer.function.coding.system",
        "fixedUri": "http://hl7.org/fhir/ValueSet/immunization-function"
      },
      {
        "id": "Immunization.performer:Author.function.coding.code",
        "path": "Immunization.performer.function.coding.code",
        "fixedCode": "AP"
      },
      {
        "id": "Immunization.performer:Author.function.text",
        "path": "Immunization.performer.function.text",
        "fixedString": "Administering Provider"
      },
      {
        "id": "Immunization.performer:Author.actor",
        "path": "Immunization.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Immunization.performer:Author.actor.type",
        "path": "Immunization.performer.actor.type",
        "fixedUri": "Practitioner"
      },
      {
        "id": "Immunization.performer:Organization",
        "path": "Immunization.performer",
        "sliceName": "Organization",
        "short": "Organization performed event",
        "definition": "Indicates the organization performed the immunization event.",
        "max": "1"
      },
      {
        "id": "Immunization.performer:Organization.function.coding.system",
        "path": "Immunization.performer.function.coding.system",
        "fixedUri": "http://hl7.org/fhir/ValueSet/immunization-function"
      },
      {
        "id": "Immunization.performer:Organization.function.coding.code",
        "path": "Immunization.performer.function.coding.code",
        "fixedCode": "AP"
      },
      {
        "id": "Immunization.performer:Organization.function.coding.display",
        "path": "Immunization.performer.function.coding.display",
        "fixedString": "Administering Provider"
      },
      {
        "id": "Immunization.performer:Organization.function.text",
        "path": "Immunization.performer.function.text",
        "fixedString": "Administering Provider"
      },
      {
        "id": "Immunization.performer:Organization.actor",
        "path": "Immunization.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "Immunization.performer:Organization.actor.type",
        "path": "Immunization.performer.actor.type",
        "fixedUri": "Organization"
      },
      {
        "id": "Immunization.performer:Participation",
        "path": "Immunization.performer",
        "sliceName": "Participation"
      },
      {
        "id": "Immunization.performer:Participation.function.coding.system",
        "path": "Immunization.performer.function.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
      },
      {
        "id": "Immunization.performer:Participation.actor",
        "path": "Immunization.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "RelatedPerson"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Immunization.performer:Participation.actor.type",
        "path": "Immunization.performer.actor.type",
        "fixedUri": "Patient"
      }
    ]
  }
}