{
  "resourceType": "StructureDefinition",
  "id": "53fcd420-1c18-4cd2-a631-c4450e7b5b18",
  "meta": {
    "lastUpdated": "2020-11-13T19:49:56.975+00:00"
  },
  "url": "http://esus.recife.pe.gov.br/fhir/StructureDefinition/OrganizationIdentifier",
  "version": "0.0.1",
  "name": "OrganizationIdentifier",
  "title": "OrganizationIdentifier",
  "status": "active",
  "date": "2020-11-13T19:49:56.2174438+00:00",
  "publisher": "GOInterop Tecnologia LTDA",
  "description": "Determina o identificador semântico de uma Pessoa Jurídica no Regula Mais Brasil.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "IdentifierType"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required",
          "valueSet": "http://esus.recife.pe.gov.br/fhir/r4/ValueSet/OrganizationIdentifierType"
        }
      },
      {
        "id": "Identifier.type.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Identifier.type.coding.display",
        "max": "0"
      },
      {
        "id": "Identifier.type.coding.userSelected",
        "path": "Identifier.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Identifier.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Identifier.type.text",
        "max": "0"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "max": "0"
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      }
    ]
  }
}