{
    "resourceType": "StructureDefinition",
    "id": "MyInsuranceProvider",
    "extension":  [
        {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
            "valueString": "Base.Entities"
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
            "valueCode": "business"
        }
    ],
    "url": "http://example.org/StructureDefinition/MyInsuranceProvider",
    "name": "MyInsuranceProvider",
    "status": "active",
    "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"
        },
        {
            "identity": "w5",
            "uri": "http://hl7.org/fhir/fivews",
            "name": "FiveWs Pattern Mapping"
        }
    ],
    "kind": "resource",
    "abstract": false,
    "type": "Organization",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Organization.identifier.type.coding.code",
                "path": "Organization.identifier.type.coding.code",
                "patternCode": "NII"
            },
            {
                "id": "Organization.identifier.type.coding.display",
                "path": "Organization.identifier.type.coding.display",
                "min": 1
            },
            {
                "id": "Organization.identifier.system",
                "path": "Organization.identifier.system",
                "min": 1,
                "patternUri": "http://example.org/Garantes"
            },
            {
                "id": "Organization.identifier.value",
                "path": "Organization.identifier.value",
                "min": 1,
                "patternString": "NationalInsuranceOrganizationIdentifier"
            },
            {
                "id": "Organization.active",
                "path": "Organization.active",
                "min": 1
            },
            {
                "id": "Organization.type",
                "path": "Organization.type",
                "binding": {
                    "strength": "required",
                    "valueSet": "https://example.org/FINANCIACION"
                }
            },
            {
                "id": "Organization.name",
                "path": "Organization.name",
                "min": 1
            }
        ]
    }
}
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "OrganizationType",
    "id": "OrganizationType",
    "title": "OrganizationType",
    "version": "1.0",
    "url": "https://example.org/FINANCIACION"
}